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:
387b20e
)
adds rt_tables to files installed by ip ipkg
author
John Crispin
<blogic@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000
(17:32 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000
(17:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11598
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iproute2/Makefile
patch
|
blob
|
history
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