iproute2: update 2.6.34

This commit is contained in:
Juergen Daubert 2010-05-27 12:03:32 +02:00
parent 702540a7c2
commit edff3fdf9b
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
b371fca3fcb5e436e69a7c2111d84a3c iproute2-2.6.33.tar.bz2
5c5742bdac05a1688f266512e685b83c iproute2-2.6.34.tar.bz2
0b01b0404718d043adf55cfa314c80bd net.iproute2

View File

@ -4,7 +4,7 @@
# Depends on: db
name=iproute2
version=2.6.33
version=2.6.34
release=1
source=(http://devresources.linuxfoundation.org/dev/iproute2/download/$name-$version.tar.bz2 \
net.iproute2)
@ -14,6 +14,7 @@ build() {
sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"/usr/lib/xtables\\\\\"|" Makefile
make
make MANDIR=/usr/man DESTDIR=$PKG install
rm -r $PKG/{share,usr/lib}
install -m 0755 tc/tc $PKG/sbin
rm -r $PKG/share
install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net
}