mac80211 is not available for kernels < 2.6.22
SVN-Revision: 7674
This commit is contained in:
parent
6386f58138
commit
1664a51c3b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ $(eval $(call KernelPackage,ieee80211-softmac))
|
|||
define KernelPackage/mac80211
|
||||
TITLE:=mac80211 (Devicescape) support
|
||||
DEPENDS:=@LINUX_2_6
|
||||
KCONFIG:=$(CONFIG_IEEE80211_SOFTMAC)
|
||||
KCONFIG:=$(CONFIG_MAC80211)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/wireless/cfg80211.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/net/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \
|
||||
|
|
Loading…
Reference in a new issue