2007-04-16 12:45:37 +00:00
|
|
|
#
|
2007-09-11 17:55:08 +00:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2007-04-16 12:45:37 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Atheros
|
2007-09-11 17:55:08 +00:00
|
|
|
NAME:=Atheros WiFi
|
|
|
|
PACKAGES:=kmod-madwifi
|
2007-04-16 12:45:37 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Atheros/Description
|
2007-09-11 17:55:08 +00:00
|
|
|
Package set compatible with hardware using Atheros WiFi cards.
|
2007-04-16 12:45:37 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Atheros))
|
|
|
|
|