2007-03-21 18:10:55 +00:00
|
|
|
#
|
2008-09-27 20:15:51 +00:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-03-21 18:10:55 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Atheros
|
2010-06-20 13:44:19 +00:00
|
|
|
NAME:=Atheros WiFi (madwifi)
|
2007-03-21 18:10:55 +00:00
|
|
|
PACKAGES:=kmod-madwifi
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Atheros/Description
|
|
|
|
Package set compatible with hardware using Atheros WiFi cards
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Atheros))
|
|
|
|
|