mac80211: rtlwifi depends on PCI or USB support in the Kconfig file
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37711
This commit is contained in:
parent
d1914b4939
commit
3f351e2770
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ endef
|
|||
define KernelPackage/rtlwifi
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
TITLE:=Realtek common driver part
|
||||
DEPENDS+= +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
|
||||
AUTOLOAD:=$(call AutoLoad,26,rtlwifi)
|
||||
MENU:=1
|
||||
|
|
Loading…
Reference in a new issue