projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
/etc/config/wireless support for madwifi (work in progress)
[openwrt.git]
/
package
/
arptables
/
Makefile
diff --git
a/package/arptables/Makefile
b/package/arptables/Makefile
index
7c2f8a9
..
ac3639a
100644
(file)
--- a/
package/arptables/Makefile
+++ b/
package/arptables/Makefile
@@
-36,7
+36,7
@@
define Build/Compile
endef
define Package/arptables/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
endef
This page took
0.02276 seconds
and
4
git commands to generate.