kernel: add staging r8188eu module (3.13)

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 40609
This commit is contained in:
Zoltan Herpai
2014-04-30 21:53:29 +00:00
parent 186b5655d0
commit 599b40c3ed
2 changed files with 40 additions and 0 deletions

View File

@@ -106,3 +106,23 @@ endef
$(eval $(call Download,net-prism54))
$(eval $(call KernelPackage,net-prism54))
define KernelPackage/net-rtl8188eu
SUBMENU:=$(WIRELESS_MENU)
TITLE:=RTL8188EU support (staging)
DEPENDS:=@LINUX_3_13 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware
KCONFIG:=\
CONFIG_STAGING=y \
CONFIG_R8188EU \
CONFIG_88EU_AP_MODE=n \
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))