summaryrefslogtreecommitdiffstats
path: root/base
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 /base
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 'base')
-rw-r--r--base/madwifi/.footprint43
-rw-r--r--base/madwifi/.md5sum1
-rwxr-xr-xbase/madwifi/Pkgfile16
3 files changed, 60 insertions, 0 deletions
diff --git a/base/madwifi/.footprint b/base/madwifi/.footprint
new file mode 100644
index 000000000..efe47b0ce
--- /dev/null
+++ b/base/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/base/madwifi/.md5sum b/base/madwifi/.md5sum
new file mode 100644
index 000000000..b105963a5
--- /dev/null
+++ b/base/madwifi/.md5sum
@@ -0,0 +1 @@
+a720a20264b312c0ff906b9888bb49ae madwifi-0.9.4.4119.tar.bz2
diff --git a/base/madwifi/Pkgfile b/base/madwifi/Pkgfile
new file mode 100755
index 000000000..316783588
--- /dev/null
+++ b/base/madwifi/Pkgfile
@@ -0,0 +1,16 @@
+# 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.4119
+release=1
+source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name
+ sed -i -e 's/-Werror//g' Makefile.inc
+ make
+ make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man install
+}