iproute2: update to 2.6.28

This commit is contained in:
Juergen Daubert 2009-01-21 10:12:02 +01:00
parent ff85c46273
commit 5aa693d321
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
7d221e735cba05709341cd46401c4ecd iproute2-2.6.26.tar.bz2
595f9b17320f69e8d30d2fa80f1bca14 iproute2-2.6.28.tar.bz2
0b01b0404718d043adf55cfa314c80bd net.iproute2

View File

@ -4,7 +4,7 @@
# Depends on: db
name=iproute2
version=2.6.26
version=2.6.28
release=1
source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \
net.iproute2)
@ -13,7 +13,7 @@ build() {
cd $name-$version
sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h
make
make SBINDIR=/sbin MANDIR=/usr/man DESTDIR=$PKG install
rm -r $PKG/share
make MANDIR=/usr/man DESTDIR=$PKG install
rm -r $PKG/{share,usr/lib}
install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net
}