mac80211_hwsim: select 802.11n support for hostapd
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42766
This commit is contained in:
parent
62e6e788dd
commit
063074cf0c
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ endef
|
|||
define KernelPackage/mac80211-hwsim
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
TITLE:=mac80211 HW simulation device
|
||||
DEPENDS+= +kmod-mac80211
|
||||
DEPENDS+= +kmod-mac80211 +@DRIVER_11N_SUPPORT
|
||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/mac80211_hwsim.ko
|
||||
AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue