2007-03-21 20:10:55 +02:00
|
|
|
#
|
2008-09-27 23:15:51 +03:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-03-21 20:10:55 +02:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2012-08-23 00:54:06 +03:00
|
|
|
define Profile/Broadcom-ath5k
|
2012-03-19 11:58:13 +02:00
|
|
|
NAME:=Atheros WiFi (ath5k)
|
|
|
|
PACKAGES:=kmod-ath5k
|
2007-03-21 20:10:55 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Atheros/Description
|
2012-08-23 00:54:06 +03:00
|
|
|
Package set compatible with hardware using Atheros WiFi cards and
|
|
|
|
b44 Ethernet driver.
|
2007-03-21 20:10:55 +02:00
|
|
|
endef
|
2012-08-23 00:54:06 +03:00
|
|
|
$(eval $(call Profile,Broadcom-ath5k))
|
2007-03-21 20:10:55 +02:00
|
|
|
|