summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-18 19:54:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-18 19:54:20 +0200
commit33dd541790614765228a71477e1f8b2b6aa21ce1 (patch)
treec293114e1ff13922e6e5063961a630312b56a52d /package/iproute2/Makefile
parent13a16e7b8ba486e04de29fcc2a30ca52cf1e6301 (diff)
reorganize the handling of busybox applets, which needs to be disabled when full programm is choosen by the user
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 310a0086d..40522c030 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= iproute2
PKG_VERSION:= 3.10.0
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 45fb5427fc723a0001c72b92c931ba02
PKG_DESCR:= iproute2 routing control utility
PKG_SECTION:= route
@@ -51,9 +51,9 @@ XAKE_FLAGS+= CCOPTS="${TARGET_CFLAGS}" MFLAGS="CC=\"${TARGET_CC}\"" \
CONFIGURE_ENV+= CC="${TARGET_CC}" IPTC="${TARGET_CFLAGS}" IPTL="${TARGET_LDFLAGS}"
ip-install:
- ${INSTALL_DIR} ${IDIR_IP}/{etc/iproute2,usr/sbin}
+ ${INSTALL_DIR} ${IDIR_IP}/{etc/iproute2,bin}
${INSTALL_DATA} ${WRKINST}/etc/iproute2/* ${IDIR_IP}/etc/iproute2/
- ${INSTALL_BIN} ${WRKINST}/sbin/ip ${IDIR_IP}/usr/sbin/ip
+ ${INSTALL_BIN} ${WRKINST}/sbin/ip ${IDIR_IP}/bin/ip
tc-install:
${INSTALL_DIR} ${IDIR_TC}/{usr/sbin,usr/lib/tc}