From: Steven Barth Date: Fri, 2 Oct 2015 08:24:35 +0000 (+0000) Subject: iproute2: adapt coexistence layer to new unified path X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=3cee58ddf959d805ba55056df447427b36ce03dc;p=openwrt-github%2F.git iproute2: adapt coexistence layer to new unified path Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47081 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index cc73c1318b..23834dfd24 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=4.0.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ @@ -107,13 +107,13 @@ define Build/InstallDev endef define Package/ip/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/bin/ endef define Package/ip-full/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/sbin/ endef define Package/tc/install