2009-03-01 02:47:43 +08:00
|
|
|
#
|
2012-09-10 05:40:26 +08:00
|
|
|
# Copyright (C) 2009-2012 OpenWrt.org
|
2009-03-01 02:47:43 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2012-03-19 17:58:13 +08:00
|
|
|
define Profile/Ath5k
|
|
|
|
NAME:=Atheros WiFi (ath5k)
|
|
|
|
PACKAGES:=kmod-ath5k -kmod-ath9k
|
2009-03-01 02:47:43 +08:00
|
|
|
endef
|
|
|
|
|
2012-09-10 05:40:26 +08:00
|
|
|
define Profile/Ath5k/Description
|
2009-03-01 02:47:43 +08:00
|
|
|
Package set compatible with hardware using Atheros WiFi cards.
|
|
|
|
endef
|
2012-03-19 17:58:13 +08:00
|
|
|
$(eval $(call Profile,Ath5k))
|