iproute2: update to 3.4.0
This commit is contained in:
parent
b78494d8ee
commit
90035ee816
@ -9,10 +9,6 @@ drwxr-xr-x root/root etc/iproute2/
|
||||
-rw-r--r-- root/root etc/iproute2/rt_tables
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/net
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/tc/
|
||||
lrwxrwxrwx root/root lib/tc/m_ipt.so -> m_xt.so
|
||||
-rwxr-xr-x root/root lib/tc/m_xt.so
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/arpd
|
||||
lrwxrwxrwx root/root sbin/ctstat -> lnstat
|
||||
@ -34,17 +30,17 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/tc/
|
||||
-rw-r--r-- root/root usr/lib/tc/experimental.dist
|
||||
lrwxrwxrwx root/root usr/lib/tc/m_ipt.so -> m_xt.so
|
||||
-rwxr-xr-x root/root usr/lib/tc/m_xt.so
|
||||
-rw-r--r-- root/root usr/lib/tc/normal.dist
|
||||
-rw-r--r-- root/root usr/lib/tc/pareto.dist
|
||||
-rw-r--r-- root/root usr/lib/tc/paretonormal.dist
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/libnetlink.3.gz
|
||||
drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/tc-hfsc.7.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/arpd.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/ctstat.8.gz -> lnstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ctstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ip-address.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ip-addrlabel.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ip-link.8.gz
|
||||
@ -60,12 +56,12 @@ lrwxrwxrwx root/root usr/man/man8/ctstat.8.gz -> lnstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ip-xfrm.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ip.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/lnstat.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/nstat.8.gz -> rtacct.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/routef.8.gz -> routel.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/nstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/routef.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/routel.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/rtacct.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/rtmon.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/rtstat.8.gz -> lnstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/rtstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ss.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-bfifo.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-cbq-details.8.gz
|
||||
@ -75,7 +71,7 @@ lrwxrwxrwx root/root usr/man/man8/rtstat.8.gz -> lnstat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-hfsc.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-htb.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-netem.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-pfifo.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-pfifo_fast.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-prio.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tc-red.8.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
39a7ff2c5149475c710365954e2ce49b iproute2-3.3.0.tar.xz
|
||||
879d3fac4e90809598b2864ec4a0cbf8 iproute2-3.4.0.tar.xz
|
||||
0b01b0404718d043adf55cfa314c80bd net.iproute2
|
||||
|
@ -4,17 +4,16 @@
|
||||
# Depends on: db iptables
|
||||
|
||||
name=iproute2
|
||||
version=3.3.0
|
||||
version=3.4.0
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
|
||||
net.iproute2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i "/^CCOPTS/s|-O2|$CFLAGS|" Makefile
|
||||
./configure
|
||||
make
|
||||
make CCOPTS="$CFLAGS"
|
||||
make MANDIR=/usr/man DESTDIR=$PKG install
|
||||
rm -r $PKG/share
|
||||
rm -r $PKG/usr/share
|
||||
install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user