From: Felix Fietkau Date: Tue, 29 Aug 2006 10:11:12 +0000 (+0000) Subject: skip a lot of useless junk in madwifi on linux 2.4 X-Git-Tag: reboot~30718^2~223 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=183eb1bd62e8ee95cec870b8e94c294990ea561b skip a lot of useless junk in madwifi on linux 2.4 SVN-Revision: 4699 --- 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