madwifi: update to 0.9.4-r4133

This commit is contained in:
Juergen Daubert 2011-01-26 13:14:30 +01:00
parent c06ee0711a
commit a68932aa6e
3 changed files with 8 additions and 8 deletions

View File

@ -20,18 +20,17 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/80211debug
-rwxr-xr-x root/root usr/bin/80211stats
-rwxr-xr-x root/root usr/bin/ath_info
-rwxr-xr-x root/root usr/bin/athchans
-rwxr-xr-x root/root usr/bin/athctrl
-rwxr-xr-x root/root usr/bin/athdebug
-rwxr-xr-x root/root usr/bin/athkey
-rwxr-xr-x root/root usr/bin/athstats
-rwxr-xr-x root/root usr/bin/madwifi-unload
-rwxr-xr-x root/root usr/bin/wlanconfig
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/80211debug.8.gz
-rw-r--r-- root/root usr/man/man8/80211stats.8.gz
-rw-r--r-- root/root usr/man/man8/ath_info.8.gz
-rw-r--r-- root/root usr/man/man8/athchans.8.gz
-rw-r--r-- root/root usr/man/man8/athctrl.8.gz
-rw-r--r-- root/root usr/man/man8/athdebug.8.gz

View File

@ -1 +1 @@
8467a1b1d495fa712c8beb617ef5f5dd madwifi-0.9.4.tar.bz2
9240bf30fd3c5283b0913f859c626c01 madwifi-0.9.4-r4133.tar.xz

View File

@ -4,12 +4,13 @@
# Depends on: sharutils
name=madwifi
version=0.9.4
release=2
source=(http://dl.sf.net/$name/$name-$version.tar.bz2)
version=0.9.4-r4133
release=1
source=(http://jue.li/crux/files/$name-$version.tar.xz)
build(){
cd $name* && make KERNELPATH=/lib/modules/$(uname -r)/build
cd $name-$version
sed -i '/^WARNINGS/s/-Werror//' Makefile.inc
make
make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/man install
find $PKG/lib/modules/ -type f | xargs chmod 0644
}