1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:55:27 +03:00

targets: replace madwifi in profiles with ath5k, madwifi is unmaintained

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-03-19 09:58:13 +00:00
parent 30c57b2be2
commit c746848b47
16 changed files with 24 additions and 25 deletions

View File

@ -7,7 +7,7 @@
define Profile/NP27G
NAME:=Compex NP27G
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-adm5120
PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-adm5120
endef
define Profile/NP27G/Description
@ -16,7 +16,7 @@ endef
define Profile/NP28G
NAME:=Compex NP28G
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-uhci kmod-usb2
endef
define Profile/NP28G/Description
@ -25,7 +25,7 @@ endef
define Profile/WP54
NAME:=Compex WP54 family
PACKAGES:=kmod-madwifi
PACKAGES:=kmod-ath5k
endef
define Profile/WP54/Description

View File

@ -7,7 +7,7 @@
define Profile/RouterBoard
NAME:=Mikrotik RouterBoard 1xx family
PACKAGES:=kmod-madwifi kmod-pata-rb153-cf
PACKAGES:=kmod-ath5k kmod-pata-rb153-cf
endef
define Profile/RouterBoard/Description

View File

@ -5,12 +5,12 @@
# See /LICENSE for more information.
#
define Profile/Madwifi
NAME:=Atheros WiFi (madwifi)
PACKAGES:=kmod-madwifi -kmod-ath9k
define Profile/Ath5k
NAME:=Atheros WiFi (ath5k)
PACKAGES:=kmod-ath5k -kmod-ath9k
endef
define Profile/Madwifi/Description
Package set compatible with hardware using Atheros WiFi cards.
endef
$(eval $(call Profile,Madwifi))
$(eval $(call Profile,Ath5k))

View File

@ -7,7 +7,7 @@
define Profile/Atheros
NAME:=Atheros WiFi (default)
PACKAGES:=kmod-madwifi
PACKAGES:=kmod-ath5k
endef
$(eval $(call Profile,Atheros))

View File

@ -7,7 +7,7 @@
define Profile/InternetBox
NAME:=T-Mobile "InternetBox"
PACKAGES:=kmod-madwifi \
PACKAGES:=kmod-ath5k \
ldconfig ldd \
ip tc wpa-supplicant wpa-cli
endef

View File

@ -6,8 +6,8 @@
#
define Profile/Atheros
NAME:=Atheros WiFi (madwifi)
PACKAGES:=kmod-madwifi
NAME:=Atheros WiFi (ath5k)
PACKAGES:=kmod-ath5k
endef
define Profile/Atheros/Description

View File

@ -7,7 +7,7 @@
define Profile/WGT634U
NAME:=Netgear WGT634U
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb2 kmod-ocf kmod-crypto-ocf-ubsec-ssb
PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb2 kmod-ocf kmod-crypto-ocf-ubsec-ssb
endef
define Profile/WGT634U/Description

View File

@ -6,8 +6,8 @@
#
define Profile/WL500GPv1
NAME:=ASUS WL-500g Premium v1 (Atheros WiFi using madwifi)
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
NAME:=ASUS WL-500g Premium v1 (Atheros WiFi using ath5k)
PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-uhci kmod-usb2
endef
define Profile/WL500GPv1/Description

View File

@ -7,7 +7,7 @@
define Profile/Atheros
NAME:=Atheros WiFi (default)
PACKAGES:=kmod-madwifi wpad-mini
PACKAGES:=kmod-ath5k wpad-mini
endef
define Profile/Atheros/Description

View File

@ -7,7 +7,6 @@
define Profile/vhdl_no_fb
NAME:=FOXVHDL no fb
# PACKAGES:=kmod-madwifi
endef
define Profile/vhdl_no_fb/Description

View File

@ -7,7 +7,7 @@
define Profile/Default
NAME:=Default Profile
PACKAGES:=kmod-madwifi
PACKAGES:=kmod-ath5k
endef
define Profile/Default/Description

View File

@ -7,7 +7,7 @@
define Profile/NSLU2
NAME:=Linksys NSLU2
PACKAGES:=-wpad-mini -kmod-madwifi kmod-scsi-core \
PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
kmod-fs-ext2 kmod-fs-ext3
endef

View File

@ -7,7 +7,7 @@
define Profile/NAS100d
NAME:=Iomega NAS 100d
PACKAGES:=kmod-madwifi wireless-tools \
PACKAGES:=kmod-ath5k wireless-tools \
kmod-scsi-core \
kmod-ata-core kmod-ata-artop \
kmod-usb-core kmod-usb2 kmod-usb-storage \

View File

@ -8,7 +8,7 @@
define Profile/DSMG600RevA
NAME:=DSM-G600 Rev A
PACKAGES:=kmod-via-velocity \
kmod-madwifi wireless-tools \
kmod-ath5k wireless-tools \
kmod-scsi-core \
kmod-ata-core kmod-ata-artop \
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \

View File

@ -8,7 +8,7 @@
define Profile/FSG3
NAME:=Freecom FSG-3
PACKAGES:= \
kmod-madwifi wireless-tools \
kmod-ath5k wireless-tools \
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
kmod-fs-ext2 kmod-fs-ext3 kmod-fs-reiserfs
endef

View File

@ -25,7 +25,7 @@ $(eval $(call Profile,ARV4510PW))
define Profile/ARV4518PW
NAME:=ARV4518PW - SMC7908A
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
kmod-madwifi wpad-mini \
kmod-ath5k wpad-mini \
kmod-ltq-dsl-firmware-a-danube
endef
@ -51,7 +51,7 @@ $(eval $(call Profile,ARV4520PW))
define Profile/ARV4525PW
NAME:=ARV4525PW - Speedport W502V
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
kmod-madwifi wpad-mini \
kmod-ath5k wpad-mini \
kmod-ltq-dsl-firmware-b-danube
endef
@ -76,7 +76,7 @@ $(eval $(call Profile,ARV7525PW))
define Profile/ARV452CPW
NAME:=ARV452CPW - Arcor Easybox 801
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
kmod-madwifi wpad-mini \
kmod-ath5k wpad-mini \
kmod-ltq-dsl-firmware-b-danube
endef