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