targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Mar 2012 09:58:13 +0000 (09:58 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Mar 2012 09:58:13 +0000 (09:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31015 3c298f89-4303-0410-b956-a3cf2f4a3e73

17 files changed:
target/linux/adm5120/router_le/profiles/Compex.mk
target/linux/adm5120/router_le/profiles/RB1xx.mk
target/linux/ar71xx/nand/profiles/02-ath5k.mk [new file with mode: 0644]
target/linux/ar71xx/nand/profiles/02-madwifi.mk [deleted file]
target/linux/au1000/au1500/profiles/Atheros.mk
target/linux/au1000/au1500/profiles/InternetBox.mk
target/linux/brcm47xx/profiles/105-Atheros.mk
target/linux/brcm47xx/profiles/WGT634U.mk
target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk
target/linux/brcm63xx/profiles/102-Atheros.mk
target/linux/etrax/profiles/101-vhdl-nofb.mk
target/linux/ixp4xx/generic/profiles/100-Default.mk
target/linux/ixp4xx/generic/profiles/200-NSLU2.mk
target/linux/ixp4xx/generic/profiles/300-NAS100d.mk
target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk
target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
target/linux/lantiq/danube/profiles/002-arcadyan.mk

index 4307b4f..79d1f3f 100644 (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
index fdeed0a..b9da164 100644 (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
diff --git a/target/linux/ar71xx/nand/profiles/02-ath5k.mk b/target/linux/ar71xx/nand/profiles/02-ath5k.mk
new file mode 100644 (file)
index 0000000..1f99b09
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2009 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+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,Ath5k))
diff --git a/target/linux/ar71xx/nand/profiles/02-madwifi.mk b/target/linux/ar71xx/nand/profiles/02-madwifi.mk
deleted file mode 100644 (file)
index 5e8831d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Madwifi
-       NAME:=Atheros WiFi (madwifi)
-       PACKAGES:=kmod-madwifi -kmod-ath9k
-endef
-
-define Profile/Madwifi/Description
-       Package set compatible with hardware using Atheros WiFi cards.
-endef
-$(eval $(call Profile,Madwifi))
index ec6e175..75e8e10 100644 (file)
@@ -7,7 +7,7 @@
 
 define Profile/Atheros
   NAME:=Atheros WiFi (default)
-  PACKAGES:=kmod-madwifi
+  PACKAGES:=kmod-ath5k
 endef
 $(eval $(call Profile,Atheros))
 
index ee32ddb..d6d6478 100644 (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
index 46046a1..f47a361 100644 (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
index 9ba446a..81f59a7 100644 (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
index bf86303..4d50db3 100644 (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
index c6d2da6..844894c 100644 (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
index 620db42..fc9c06c 100644 (file)
@@ -7,7 +7,6 @@
 
 define Profile/vhdl_no_fb
   NAME:=FOXVHDL no fb
-#  PACKAGES:=kmod-madwifi
 endef
 
 define Profile/vhdl_no_fb/Description
index 104268b..c881c80 100644 (file)
@@ -7,7 +7,7 @@
 
 define Profile/Default
   NAME:=Default Profile
-  PACKAGES:=kmod-madwifi
+  PACKAGES:=kmod-ath5k
 endef
 
 define Profile/Default/Description
index 9dd5f38..523bda4 100644 (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
index 90378f0..2458bdb 100644 (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 \
index aa2c642..5397681 100644 (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 \
index bee8ad1..ed01115 100644 (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
index cee6fd0..2f70c9b 100644 (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
 
This page took 0.049222 seconds and 4 git commands to generate.