Skip to content
Snippets Groups Projects
Commit 217a6437 authored by John Crispin's avatar John Crispin
Browse files

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: default avatarDirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 49049
parent f8b22d2b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment