Skip to content
Snippets Groups Projects
Commit 280a5b45 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

we don't need the shared library there

SVN-Revision: 7006
parent 40625251
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,6 @@ define Build/UninstallDev ...@@ -59,8 +59,6 @@ define Build/UninstallDev
endef endef
define Package/wireless-tools/install 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 $(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment