summaryrefslogtreecommitdiffstats
path: root/package/rtl8723bu
diff options
context:
space:
mode:
Diffstat (limited to 'package/rtl8723bu')
-rw-r--r--package/rtl8723bu/Config.in10
-rw-r--r--package/rtl8723bu/rtl8723bu.hash2
-rw-r--r--package/rtl8723bu/rtl8723bu.mk20
3 files changed, 0 insertions, 32 deletions
diff --git a/package/rtl8723bu/Config.in b/package/rtl8723bu/Config.in
deleted file mode 100644
index 266a794a7d..0000000000
--- a/package/rtl8723bu/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config BR2_PACKAGE_RTL8723BU
- bool "rtl8723bu"
- depends on BR2_LINUX_KERNEL
- help
- rtl8723bu wifi driver
-
- https://github.com/lwfinger/rtl8723bu
-
-comment "rtl8723bu needs a Linux kernel to be built"
- depends on !BR2_LINUX_KERNEL
diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash
deleted file mode 100644
index ef4eddaa63..0000000000
--- a/package/rtl8723bu/rtl8723bu.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed
-sha256 da04cffc306d9738abdc67d234b8948db6ca97ed77760c68d99d18817839a513 rtl8723bu-b922079a090dcaad58179d478442ff97f18521c9.tar.gz
diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk
deleted file mode 100644
index 942b13bbf6..0000000000
--- a/package/rtl8723bu/rtl8723bu.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-#
-# rtl8723bu
-#
-################################################################################
-
-RTL8723BU_VERSION = b922079a090dcaad58179d478442ff97f18521c9
-RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
-RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
-
-RTL8723BU_MODULE_MAKE_OPTS = \
- KVER=$(LINUX_VERSION_PROBED) \
- KSRC=$(LINUX_DIR)
-
-define RTL8723BU_INSTALL_TARGET_CMDS
- $(INSTALL) -D -m 644 $(@D)/rtl8723b_fw.bin $(TARGET_DIR)/lib/firmware/rtlwifi/rtl8723b_fw.bin
-endef
-
-$(eval $(kernel-module))
-$(eval $(generic-package))
OpenPOWER on IntegriCloud