diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-08 01:15:44 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-08 01:15:44 +0000 |
commit | a17bf1796540a0cfd8e13506b61c959b6070b5e3 (patch) | |
tree | 434e771e2ca4d8dde2c2aac41e417ba8f7de50f1 /openwrt/package/Makefile | |
parent | 8189d4915ab52afec7428f6b20022fd2aade204c (diff) |
separate stat/debug and needed tools for configuring wlan devices, saves some space in default images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 78a8e2ee7..324503dbc 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -118,7 +118,7 @@ package-$(BR2_PACKAGE_LRZSZ) += lrzsz package-$(BR2_COMPILE_LUA) += lua package-$(BR2_PACKAGE_MACCHANGER) += macchanger package-$(BR2_PACKAGE_MADPLAY) += madplay -package-$(BR2_PACKAGE_MADWIFI_TOOLS) += madwifi-tools +package-$(BR2_COMPILE_MADWIFI_TOOLS) += madwifi-tools package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_COMPILE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_MIAX) += miax |