we don't need the shared library there
[openwrt/staging/florian.git] / 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