|
|
@@ -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)
|