diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-02-20 13:16:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-02-20 13:16:51 +0000 |
commit | 824adb7656ce29b7a4e32f1640639c17df57cf21 (patch) | |
tree | 5eca105aa66f45de8d2b2b42b0e56f167028f60c /package/madwifi/Makefile | |
parent | 328e660b31f0937d52c5ae3d6e7029409918a9df (diff) | |
download | upstream-824adb7656ce29b7a4e32f1640639c17df57cf21.tar.gz upstream-824adb7656ce29b7a4e32f1640639c17df57cf21.tar.bz2 upstream-824adb7656ce29b7a4e32f1640639c17df57cf21.zip |
disable debugging stuff in madwifi - saves precious flash space :)
SVN-Revision: 6329
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 3343364699..b9dc5d7287 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -143,7 +143,7 @@ define KernelPackage/madwifi/install $(INSTALL_DIR) $(1)/lib/wifi $(INSTALL_DATA) ./files/lib/wifi/madwifi.sh $(1)/lib/wifi $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_BUILD_DIR)/tools/{madwifi_multi,80211debug,80211stats,athchans,athctrl,athdebug,athkey,athstats,wlanconfig} $(1)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/tools/{madwifi_multi,80211stats,athchans,athctrl,athkey,athstats,wlanconfig} $(1)/usr/sbin/ endef $(eval $(call KernelPackage,madwifi)) |