summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 15:56:16 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 15:56:16 +0200
commit6dd6128f01da9ad30ef058c6494f130907e9ec56 (patch)
tree34cc2d44aa13a3e588c064e4709aa069fbb507f0 /test
parentebefe4c63815136ee1456dbcec62291619e5b211 (diff)
downloadnutyx-pakxe-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.gz
nutyx-pakxe-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.bz2
nutyx-pakxe-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.xz
nutyx-pakxe-6dd6128f01da9ad30ef058c6494f130907e9ec56.zip
madwifi dans test
Diffstat (limited to 'test')
-rw-r--r--test/madwifi/.footprint43
-rw-r--r--test/madwifi/.md5sum1
-rwxr-xr-xtest/madwifi/Pkgfile15
3 files changed, 59 insertions, 0 deletions
diff --git a/test/madwifi/.footprint b/test/madwifi/.footprint
new file mode 100644
index 000000000..efe47b0ce
--- /dev/null
+++ b/test/madwifi/.footprint
@@ -0,0 +1,43 @@
+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
new file mode 100644
index 000000000..3764be7a2
--- /dev/null
+++ b/test/madwifi/.md5sum
@@ -0,0 +1 @@
+64210992d137fdab66640edacdd0b69b madwifi-0.9.4.4100.tar.bz2
diff --git a/test/madwifi/Pkgfile b/test/madwifi/Pkgfile
new file mode 100755
index 000000000..0afba8da4
--- /dev/null
+++ b/test/madwifi/Pkgfile
@@ -0,0 +1,15 @@
+# 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
+}