projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4062525
)
we don't need the shared library there
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 19 Apr 2007 12:06:39 +0000
(12:06 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 19 Apr 2007 12:06:39 +0000
(12:06 +0000)
SVN-Revision: 7006
package/wireless-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/wireless-tools/Makefile
b/package/wireless-tools/Makefile
index 476efec0f3ebdecf8d842c171fe26d623746b08f..cd838452971a68aaaeacc83a485dc9d31102cf21 100644
(file)
--- 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