mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40845
This commit is contained in:
parent
f6e7074924
commit
92b716ff72
@ -370,15 +370,12 @@ $(call KernelPackage/rtl818x/Default)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/rtlwifi/config
|
define KernelPackage/rtlwifi/config
|
||||||
menu "Configuration"
|
|
||||||
depends on PACKAGE_kmod-rtlwifi
|
|
||||||
|
|
||||||
config PACKAGE_RTLWIFI_DEBUG
|
config PACKAGE_RTLWIFI_DEBUG
|
||||||
bool "Realtek wireless debugging"
|
bool "Realtek wireless debugging"
|
||||||
|
depends on PACKAGE_kmod-rtlwifi
|
||||||
help
|
help
|
||||||
Say Y, if you want to debug realtek wireless drivers.
|
Say Y, if you want to debug realtek wireless drivers.
|
||||||
|
|
||||||
endmenu
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/rtlwifi
|
define KernelPackage/rtlwifi
|
||||||
@ -386,7 +383,7 @@ define KernelPackage/rtlwifi
|
|||||||
TITLE:=Realtek common driver part
|
TITLE:=Realtek common driver part
|
||||||
DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-mac80211 +@DRIVER_11N_SUPPORT
|
DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-mac80211 +@DRIVER_11N_SUPPORT
|
||||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rtlwifi/rtlwifi.ko
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rtlwifi/rtlwifi.ko
|
||||||
MENU:=1
|
HIDDEN:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/rtlwifi-pci
|
define KernelPackage/rtlwifi-pci
|
||||||
|
Loading…
Reference in New Issue
Block a user