kernel: add rtl8723au driver (staging)
- move config symbol to separate package (Why was it there in the first place?) - 8723au might be used in some USB sticks or on some sunxi boards compile tested only Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45336
This commit is contained in:
parent
f4edd1b918
commit
1d345d3e6b
1 changed files with 21 additions and 1 deletions
|
@ -114,7 +114,6 @@ define KernelPackage/net-rtl8188eu
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_STAGING=y \
|
CONFIG_STAGING=y \
|
||||||
CONFIG_R8188EU \
|
CONFIG_R8188EU \
|
||||||
CONFIG_R8723AU \
|
|
||||||
CONFIG_88EU_AP_MODE=y \
|
CONFIG_88EU_AP_MODE=y \
|
||||||
CONFIG_88EU_P2P=n
|
CONFIG_88EU_P2P=n
|
||||||
FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko
|
FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko
|
||||||
|
@ -127,6 +126,27 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,net-rtl8188eu))
|
$(eval $(call KernelPackage,net-rtl8188eu))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/net-rtl8723au
|
||||||
|
SUBMENU:=$(WIRELESS_MENU)
|
||||||
|
TITLE:=RTL8723AU support (staging)
|
||||||
|
DEPENDS:=@!LINUX_3_10 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core
|
||||||
|
KCONFIG:=\
|
||||||
|
CONFIG_STAGING=y \
|
||||||
|
CONFIG_R8723AU \
|
||||||
|
CONFIG_8723AU_AP_MODE=y \
|
||||||
|
CONFIG_8723AU_BT_COEXIST=y
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/staging/rtl8723au/r8723au.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,r8723au)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/net-rtl8723au/description
|
||||||
|
Kernel modules for RealTek RTL8723AU support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,net-rtl8723au))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/net-rtl8192su
|
define KernelPackage/net-rtl8192su
|
||||||
SUBMENU:=$(WIRELESS_MENU)
|
SUBMENU:=$(WIRELESS_MENU)
|
||||||
TITLE:=RTL8192SU support (staging)
|
TITLE:=RTL8192SU support (staging)
|
||||||
|
|
Loading…
Reference in a new issue