projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add ubsec ssb from Daniel Mueller <daniel@danm.de> (#2417)
[openwrt.git]
/
package
/
iproute2
/
Makefile
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index
1f91f5d
..
7354820
100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-60,6
+60,8
@@
endef
define Package/ip/install
$(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_DIR) $(1)/etc/iproute2
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/iproute2/rt_tables $(1)/etc/iproute2
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/sbin/
endef
This page took
0.031033 seconds
and
4
git commands to generate.