2008-01-11 19:32:33 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2006-10-17 13:18:01 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2007-09-16 17:45:15 +00:00
|
|
|
WIRELESS_MENU:=Wireless Drivers
|
2006-10-17 13:18:01 +00:00
|
|
|
|
2015-01-28 19:19:57 +00:00
|
|
|
define KernelPackage/net-rtl8192su
|
|
|
|
SUBMENU:=$(WIRELESS_MENU)
|
|
|
|
TITLE:=RTL8192SU support (staging)
|
2016-06-25 16:40:00 +00:00
|
|
|
DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT +kmod-usb-core +rtl8192su-firmware
|
2015-01-28 19:19:57 +00:00
|
|
|
KCONFIG:=\
|
|
|
|
CONFIG_STAGING=y \
|
|
|
|
CONFIG_R8712U
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/staging/rtl8712/r8712u.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,r8712u)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/net-rtl8192su/description
|
|
|
|
Kernel modules for RealTek RTL8712 and RTL81XXSU fullmac support.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,net-rtl8192su))
|