summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:46 +0000
commit091781a68566f39c1c255fce959d084999da7922 (patch)
treeb4de6976e7fe551dfdf1816e6880f9656efc5cb6 /package/mac80211
parent900cb9fb858b29ba749ff243755ccb5f073f2b54 (diff)
don't build mac80211 if the kernel version does not match
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index e6e858f84..800ae4899 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -72,6 +72,8 @@ ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
$(INSTALL_DIR) $(1)/lib/wifi
$(INSTALL_DATA) ./files/lib/wifi/mac80211.sh $(1)/lib/wifi
endef
+else
+ override CONFIG_PACKAGE_kmod-mac80211=
endif
$(eval $(call KernelPackage,mac80211))