summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-17 10:09:38 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-17 10:09:38 +0200
commit31d92207207c5418ca5014b39880bc01aa50fe08 (patch)
tree45b20b50885105c4b7a59d0d601bd1528ab5f819 /package/iproute2/Makefile
parentfa913e6dcd649989622c2cc350e3403959741910 (diff)
update to latest upstream version
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 5d1273d6d..4202c26f8 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= iproute2
-PKG_VERSION:= 3.3.0
+PKG_VERSION:= 3.4.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= 39a7ff2c5149475c710365954e2ce49b
+PKG_MD5SUM:= 879d3fac4e90809598b2864ec4a0cbf8
PKG_DESCR:= iproute2 routing control utility
PKG_SECTION:= route
PKG_BUILDDEP:= iptables libnl linux-atm
@@ -55,19 +55,19 @@ ip-install:
${INSTALL_BIN} ${WRKINST}/sbin/ip ${IDIR_IP}/usr/sbin/ip
tc-install:
- ${INSTALL_DIR} ${IDIR_TC}/{lib/tc,usr/sbin,usr/lib/tc}
+ ${INSTALL_DIR} ${IDIR_TC}/{usr/sbin,usr/lib/tc}
${CP} ${WRKINST}/usr/lib/tc/*.dist ${IDIR_TC}/usr/lib/tc/
${INSTALL_BIN} ${WRKINST}/sbin/tc ${IDIR_TC}/usr/sbin/
tc-atm-install:
- ${INSTALL_DIR} ${IDIR_TC_ATM}/lib/tc
- ${INSTALL_DATA} ${WRKINST}/lib/tc/q_atm.so \
- ${IDIR_TC_ATM}/lib/tc/
+ ${INSTALL_DIR} ${IDIR_TC_ATM}/usr/lib/tc
+ ${INSTALL_DATA} ${WRKINST}/usr/lib/tc/q_atm.so \
+ ${IDIR_TC_ATM}/usr/lib/tc/
tc-iptables-install:
- ${INSTALL_DIR} ${IDIR_TC_IPT}/lib/tc
+ ${INSTALL_DIR} ${IDIR_TC_IPT}/usr/lib/tc
# use ${CP} here, since m_ipt.so is a symlink to m_xt.so
- ${CP} ${WRKINST}/lib/tc/m_*.so ${IDIR_TC}/lib/tc/
+ ${CP} ${WRKINST}/usr/lib/tc/m_*.so ${IDIR_TC}/usr/lib/tc/
ifstat-install:
${INSTALL_DIR} ${IDIR_IFSTAT}/usr/sbin