we don't need the shared library there
authorImre Kaloz <kaloz@openwrt.org>
Thu, 19 Apr 2007 12:06:39 +0000 (12:06 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Thu, 19 Apr 2007 12:06:39 +0000 (12:06 +0000)
SVN-Revision: 7006

package/wireless-tools/Makefile

index 476efec0f3ebdecf8d842c171fe26d623746b08f..cd838452971a68aaaeacc83a485dc9d31102cf21 100644 (file)
@@ -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