2007-03-02 23:02:38 +00:00
|
|
|
#
|
2009-01-02 05:12:46 +00:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-03-02 23:02:38 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Atheros
|
|
|
|
NAME:=Generic, Atheros WiFi
|
2009-01-02 05:12:46 +00:00
|
|
|
PACKAGES:=hostapd-mini kmod-madwifi
|
2007-03-02 23:02:38 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Atheros/Description
|
|
|
|
Package set compatible with hardware using Atheros WiFi cards
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Atheros))
|
|
|
|
|