From 3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 28 Feb 2009 18:47:43 +0000 Subject: move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x SVN-Revision: 14694 --- 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 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)) -- cgit v1.2.3