summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/profiles/01-madwifi.mk
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-28 18:47:43 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-28 18:47:43 +0000
commit06a71d286f28d391191ce117ebeceb366ca6d97a (patch)
treedeb896e455fffc9695d41dc0bc75b5baedf5bed7 /target/linux/ar71xx/profiles/01-madwifi.mk
parent80411343eb0880a31f6a6afcb0af3506a7fa47aa (diff)
[ar71xx] move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14694 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..6eb17948e
--- /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))