projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c951bb1
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7006
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/wireless-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/wireless-tools/Makefile
b/package/wireless-tools/Makefile
index
476efec
..
cd83845
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