summaryrefslogtreecommitdiff
path: root/iproute2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-12-13 13:23:33 +0100
committerJuergen Daubert <jue@jue.li>2016-12-13 13:23:33 +0100
commite07b7c9f267acb10591067d83a2938fb2100ea91 (patch)
treeba4fb8284efe681965580472f8b4be56e7fe7287 /iproute2
parentb7b5f8a215a3bb095570e373a026eaddabd08915 (diff)
downloadcore-e07b7c9f267acb10591067d83a2938fb2100ea91.tar.gz
core-e07b7c9f267acb10591067d83a2938fb2100ea91.tar.xz
iproute2: update to 4.9.0
Diffstat (limited to 'iproute2')
-rw-r--r--iproute2/.footprint1
-rw-r--r--iproute2/.md5sum2
-rw-r--r--iproute2/Pkgfile6
3 files changed, 5 insertions, 4 deletions
diff --git a/iproute2/.footprint b/iproute2/.footprint
index 302af3ec..529bb18b 100644
--- a/iproute2/.footprint
+++ b/iproute2/.footprint
@@ -106,6 +106,7 @@ drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/tc-fw.8.gz
-rw-r--r-- root/root usr/share/man/man8/tc-hfsc.8.gz
-rw-r--r-- root/root usr/share/man/man8/tc-htb.8.gz
+-rw-r--r-- root/root usr/share/man/man8/tc-ife.8.gz
-rw-r--r-- root/root usr/share/man/man8/tc-matchall.8.gz
-rw-r--r-- root/root usr/share/man/man8/tc-mirred.8.gz
-rw-r--r-- root/root usr/share/man/man8/tc-mqprio.8.gz
diff --git a/iproute2/.md5sum b/iproute2/.md5sum
index 0da106d7..44fc61f2 100644
--- a/iproute2/.md5sum
+++ b/iproute2/.md5sum
@@ -1,3 +1,3 @@
-54c6411863cb16a4375aa5f788dca767 iproute2-4.8.0.tar.xz
+44a8371a4b2c40e48e4c9f98cbd41391 iproute2-4.9.0.tar.xz
7b469125cfe2d9916ba03f7c65b9dcd5 lo.iproute2
826848debe693f2e2a3e235ce9abe601 net.iproute2
diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile
index 521291a7..8b280d84 100644
--- a/iproute2/Pkgfile
+++ b/iproute2/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: db iptables
name=iproute2
-version=4.8.0
+version=4.9.0
release=1
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
lo.iproute2 net.iproute2)
@@ -13,8 +13,8 @@ build() {
cd $name-$version
./configure
- make CCOPTS="$CFLAGS"
- make MANDIR=/usr/share/man DESTDIR=$PKG install
+ make -j1 CCOPTS="$CFLAGS"
+ make -j1 MANDIR=/usr/share/man DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo

Generated by cgit