1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:47:37 +03:00

we don't need the shared library there

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7006 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2007-04-19 12:06:39 +00:00
parent f806cc2b9f
commit b2c983dfdd

View 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