summaryrefslogtreecommitdiffstats
path: root/package/wireless-tools
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-19 12:06:39 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-19 12:06:39 +0000
commitb2c983dfddd658a8b9cbdf4ecd87daf213a88cb4 (patch)
tree7924d2b151f8df49cd2c8afc4f0f38d7e19aa26a /package/wireless-tools
parentf806cc2b9fd39352dad6f5edae3ab61010dcce17 (diff)
we don't need the shared library there
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wireless-tools')
-rw-r--r--package/wireless-tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile
index 476efec0f..cd8384529 100644
--- a/package/wireless-tools/Makefile
+++ b/package/wireless-tools/Makefile
@@ -59,8 +59,6 @@ define Build/UninstallDev
endef
define Package/wireless-tools/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/libiw.so.28 $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
endef