summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/profiles/01-madwifi.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-28 18:47:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-28 18:47:43 +0000
commit3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f (patch)
treec84a2267d90516f062d2fd560055acf96e678f95 /target/linux/ar71xx/profiles/01-madwifi.mk
parent1b4c9db08f5170d1f4e858250faf4e397dda712d (diff)
downloadmaster-31e0f0ae-3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f.tar.gz
master-31e0f0ae-3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f.tar.bz2
master-31e0f0ae-3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f.zip
move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x
SVN-Revision: 14694
Diffstat (limited to 'target/linux/ar71xx/profiles/01-madwifi.mk')
-rw-r--r--target/linux/ar71xx/profiles/01-madwifi.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/01-madwifi.mk b/target/linux/ar71xx/profiles/01-madwifi.mk
new file mode 100644
index 0000000000..6eb17948e6
--- /dev/null
+++ b/target/linux/ar71xx/profiles/01-madwifi.mk
@@ -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/Madwifi
+ NAME:=Atheros WiFi (madwifi)
+ PACKAGES:=kmod-madwifi hostapd-mini
+endef
+
+define Profile/Madwifi/Description
+ Package set compatible with hardware using Atheros WiFi cards.
+endef
+$(eval $(call Profile,Madwifi))