diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-04-19 12:06:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-04-19 12:06:39 +0000 |
commit | 280a5b45f4ab39367cf9897e7e8e11983a46f2e4 (patch) | |
tree | 0e5423a34ec447a3904f77d1dc58abe9cad5de98 /package | |
parent | 4062525157223464b36ee9757dd1e025d2202ccd (diff) | |
download | upstream-280a5b45f4ab39367cf9897e7e8e11983a46f2e4.tar.gz upstream-280a5b45f4ab39367cf9897e7e8e11983a46f2e4.tar.bz2 upstream-280a5b45f4ab39367cf9897e7e8e11983a46f2e4.zip |
we don't need the shared library there
SVN-Revision: 7006
Diffstat (limited to 'package')
-rw-r--r-- | package/wireless-tools/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index 476efec0f3..cd83845297 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 |