1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 17:54:38 +03: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:
hauke 2009-04-10 12:18:45 +00:00
parent 382c78dceb
commit 22b1079a12

View File

@ -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)