adds rt_tables to files installed by ip ipkg
SVN-Revision: 11598
This commit is contained in:
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…
Reference in New Issue