iproute2: update to 4.9.0
This commit is contained in:
parent
b7b5f8a215
commit
e07b7c9f26
iproute2
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
54c6411863cb16a4375aa5f788dca767 iproute2-4.8.0.tar.xz
|
||||
44a8371a4b2c40e48e4c9f98cbd41391 iproute2-4.9.0.tar.xz
|
||||
7b469125cfe2d9916ba03f7c65b9dcd5 lo.iproute2
|
||||
826848debe693f2e2a3e235ce9abe601 net.iproute2
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user