adds rt_tables to files installed by ip ipkg

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11598 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2008-06-28 17:32:21 +00:00
parent 387b20eb5c
commit 93a27d7477

View File

@@ -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