From 06a71d286f28d391191ce117ebeceb366ca6d97a Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 28 Feb 2009 18:47:43 +0000 Subject: [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 --- target/linux/ar71xx/profiles/01-madwifi.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/ar71xx/profiles/01-madwifi.mk (limited to 'target/linux/ar71xx/profiles/01-madwifi.mk') 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)) -- cgit v1.2.3