adds rt_tables to files installed by ip ipkg
authorJohn Crispin <john@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000 (17:32 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 28 Jun 2008 17:32:21 +0000 (17:32 +0000)
SVN-Revision: 11598

package/iproute2/Makefile

index 1f91f5d3155ea1cad4c9101d85c3d05f78e73b35..7354820a0c1cf97159f5883294fb3d47b463cdb2 100644 (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