projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a "Rebooting ..." message to the mtd util
[openwrt.git]
/
package
/
wireless-tools
/
Makefile
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
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
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
endef
This page took
0.018983 seconds
and
4
git commands to generate.