aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-29 10:11:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-29 10:11:12 +0000
commit183eb1bd62e8ee95cec870b8e94c294990ea561b (patch)
tree2ae67d881f30e6ede9c58f3be83be17667bebf99
parent84b30c65b8f4ad061c4dba8e9db2a90d3d61131d (diff)
downloadupstream-183eb1bd62e8ee95cec870b8e94c294990ea561b.tar.gz
upstream-183eb1bd62e8ee95cec870b8e94c294990ea561b.tar.bz2
upstream-183eb1bd62e8ee95cec870b8e94c294990ea561b.zip
skip a lot of useless junk in madwifi on linux 2.4
SVN-Revision: 4699
-rw-r--r--openwrt/package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/madwifi/Makefile b/openwrt/package/madwifi/Makefile
index d65b0df50e..e70fbcd6d9 100644
--- a/openwrt/package/madwifi/Makefile
+++ b/openwrt/package/madwifi/Makefile
@@ -120,7 +120,7 @@ endif
$(PKG_BUILD_DIR)/ath_hal/ath_hal.$(LINUX_KMOD_SUFFIX) \
$(BUS_MODULES) \
$(PKG_BUILD_DIR)/ath_rate/sample/ath_rate_sample.$(LINUX_KMOD_SUFFIX) \
- $(PKG_BUILD_DIR)/net80211/*.$(LINUX_KMOD_SUFFIX) \
+ $(PKG_BUILD_DIR)/net80211/wlan*.$(LINUX_KMOD_SUFFIX) \
$(1)/lib/modules/$(LINUX_VERSION)/
$(CP) $(PKG_BUILD_DIR)/tools/{madwifi_multi,80211debug,80211stats,athchans,athctrl,athdebug,athkey,athstats,wlanconfig} $(1)/usr/sbin/
endef