mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
[wireless] ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
382c78dceb
commit
22b1079a12
@ -50,7 +50,7 @@ $(eval $(call KernelPackage,ieee80211))
|
||||
define KernelPackage/ieee80211-softmac
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=ieee80211 SoftMAC support
|
||||
DEPENDS:=+kmod-ieee80211
|
||||
DEPENDS:=+kmod-ieee80211 @LINUX_2_6_21||@LINUX_2_6_23||@LINUX_2_6_24||@LINUX_2_6_25
|
||||
KCONFIG:=CONFIG_IEEE80211_SOFTMAC
|
||||
FILES:=$(LINUX_DIR)/net/ieee80211/softmac/ieee80211softmac.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,20,ieee80211softmac)
|
||||
|
Loading…
x
Reference in New Issue
Block a user