adds rt_tables to files installed by ip ipkg

SVN-Revision: 11598
v19.07.3_mercusys_ac12_duma
John Crispin 16 years ago
parent ebc9555b5e
commit 04453591af

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

Loading…
Cancel
Save