summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-08 17:22:07 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-08 17:22:07 +0200
commit3b16db58c37c928e6730ee563e324c77a527bc60 (patch)
treeef26759cd9140898001610dfe52988a274422092 /test
parent4966f595e4b943bbe4407cf254c2fbd85f500c11 (diff)
downloadnutyx-extra-3b16db58c37c928e6730ee563e324c77a527bc60.tar.gz
nutyx-extra-3b16db58c37c928e6730ee563e324c77a527bc60.tar.bz2
nutyx-extra-3b16db58c37c928e6730ee563e324c77a527bc60.tar.xz
nutyx-extra-3b16db58c37c928e6730ee563e324c77a527bc60.zip
maj madwifi#0.9.4.4119-1
Diffstat (limited to 'test')
-rw-r--r--test/madwifi/.footprint43
-rw-r--r--test/madwifi/.md5sum1
-rwxr-xr-xtest/madwifi/Pkgfile15
3 files changed, 0 insertions, 59 deletions
diff --git a/test/madwifi/.footprint b/test/madwifi/.footprint
deleted file mode 100644
index efe47b0ce..000000000
--- a/test/madwifi/.footprint
+++ /dev/null
@@ -1,43 +0,0 @@
-drwxr-xr-x root/root lib/
-drwxr-xr-x root/root lib/modules/
-drwxr-xr-x root/root lib/modules/<kernel-version>/
-drwxr-xr-x root/root lib/modules/<kernel-version>/net/
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_hal.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_pci.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_rate_amrr.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_rate_minstrel.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_rate_onoe.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/ath_rate_sample.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_acl.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_ccmp.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_scan_ap.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_scan_sta.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_tkip.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_wep.ko
--rw-r--r-- root/root lib/modules/<kernel-version>/net/wlan_xauth.ko
-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
--rwxr-xr-x root/root usr/bin/wpakey
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/80211debug.8.gz
--rw-r--r-- root/root usr/share/man/man8/80211stats.8.gz
--rw-r--r-- root/root usr/share/man/man8/ath_info.8.gz
--rw-r--r-- root/root usr/share/man/man8/athchans.8.gz
--rw-r--r-- root/root usr/share/man/man8/athctrl.8.gz
--rw-r--r-- root/root usr/share/man/man8/athdebug.8.gz
--rw-r--r-- root/root usr/share/man/man8/athkey.8.gz
--rw-r--r-- root/root usr/share/man/man8/athstats.8.gz
--rw-r--r-- root/root usr/share/man/man8/wlanconfig.8.gz
diff --git a/test/madwifi/.md5sum b/test/madwifi/.md5sum
deleted file mode 100644
index 3764be7a2..000000000
--- a/test/madwifi/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-64210992d137fdab66640edacdd0b69b madwifi-0.9.4.4100.tar.bz2
diff --git a/test/madwifi/Pkgfile b/test/madwifi/Pkgfile
deleted file mode 100755
index 0afba8da4..000000000
--- a/test/madwifi/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: Modules kernel pour les cartes wifi à base de Atheros
-# URL: http://madwifi.org
-# Maintainer: NuTyX core team
-# Packager: guy
-
-name=madwifi
-version=0.9.4.4100
-release=1
-source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name
- make
- make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man install
-}