From: Imre Kaloz Date: Thu, 19 Apr 2007 12:06:39 +0000 (+0000) Subject: we don't need the shared library there X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fd2f1b179b56632c4f211209378edc5459cf816a;p=15.05%2Fopenwrt.git we don't need the shared library there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7006 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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