diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-28 18:47:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-28 18:47:43 +0000 |
commit | 3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f (patch) | |
tree | c84a2267d90516f062d2fd560055acf96e678f95 /target/linux/ar71xx/profiles/01-madwifi.mk | |
parent | 1b4c9db08f5170d1f4e858250faf4e397dda712d (diff) | |
download | upstream-3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f.tar.gz upstream-3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f.tar.bz2 upstream-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.mk | 16 |
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)) |