wireless: remove rtl8188eu (staging)
- depends on CFG80211 (upstream: 9da4aa48d04bbdbae3c959809e14da2bf0c53f61) in os_dep/mon.c This removes rtl8188eu completely from OpenWrt since mac80211/compat-wireless/backports does not provide staging wireless drivers Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 49049
This commit is contained in:
parent
f8b22d2b77
commit
217a643755
1 changed files with 0 additions and 18 deletions
|
@ -39,24 +39,6 @@ endef
|
|||
$(eval $(call Download,net-prism54))
|
||||
$(eval $(call KernelPackage,net-prism54))
|
||||
|
||||
define KernelPackage/net-rtl8188eu
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=RTL8188EU support (staging)
|
||||
DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core
|
||||
KCONFIG:=\
|
||||
CONFIG_STAGING=y \
|
||||
CONFIG_R8188EU \
|
||||
CONFIG_88EU_AP_MODE=y \
|
||||
CONFIG_88EU_P2P=n
|
||||
FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko
|
||||
AUTOLOAD:=$(call AutoProbe,r8188eu)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-rtl8188eu/description
|
||||
Kernel modules for RealTek RTL8188EU support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,net-rtl8188eu))
|
||||
|
||||
define KernelPackage/net-rtl8192su
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
|
|
Loading…
Reference in a new issue