projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc9555
)
adds rt_tables to files installed by ip ipkg
author
John Crispin
<john@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000
(17:32 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000
(17:32 +0000)
SVN-Revision: 11598
package/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index 1f91f5d3155ea1cad4c9101d85c3d05f78e73b35..7354820a0c1cf97159f5883294fb3d47b463cdb2 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