madwifi: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:04:37 +02:00
parent 30c04dbd98
commit a11bfe55e7
4 changed files with 0 additions and 74 deletions

View File

@ -1,39 +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/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/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
-rw-r--r-- root/root usr/man/man8/athkey.8.gz
-rw-r--r-- root/root usr/man/man8/athstats.8.gz
-rw-r--r-- root/root usr/man/man8/wlanconfig.8.gz

View File

@ -1 +0,0 @@
9240bf30fd3c5283b0913f859c626c01 madwifi-0.9.4-r4133.tar.xz

View File

@ -1,16 +0,0 @@
# Description: Kernel module for Atheros based 802.11a/b/g cards
# Maintainer: Till Biedermann, tillbiedermann at yahoo dot de
# URL: http://madwifi.org
# Depends on: sharutils
name=madwifi
version=0.9.4-r4133
release=1
source=(http://jue.li/crux/files/$name-$version.tar.xz)
build(){
cd $name-$version
sed -i '/^WARNINGS/s/-Werror//' Makefile.inc
make
make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/man install
}

View File

@ -1,18 +0,0 @@
PRE-INSTALL
Kernel sources must exist in /lib/modules/[version]/build
POST-INSTALL
Run depmod -a, edit /etc/modprobe.conf and /etc/rc.d/net. The module
name is ath_hal or ath_pci, depending on your card. The wireless
ifdevice name is ath0. Something like this should work:
/etc/modprobe.conf:
alias ath0 ath_pci
/etc/rc.d/net:
iwconfig ath0 essid myid
iwconfig ath0 key mykey
dhcpcd ath0