2007-11-11 11:44:59 +00:00
|
|
|
#
|
2013-01-24 14:38:10 +00:00
|
|
|
# Copyright (C) 2007-2013 OpenWrt.org
|
2007-11-11 11:44:59 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Broadcom-b43
|
2013-01-24 14:38:10 +00:00
|
|
|
NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (b43, default)
|
|
|
|
PACKAGES:=kmod-b44 kmod-tg3 kmod-bgmac kmod-b43 kmod-b43legacy
|
2007-11-11 11:44:59 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Broadcom-b43/Description
|
2013-01-24 14:38:10 +00:00
|
|
|
Package set compatible with hardware any Broadcom BCM47xx or BCM535x
|
|
|
|
SoC with Broadcom BCM43xx Wifi cards using the mac80211, b43 and
|
|
|
|
b43legacy drivers and b44, tg3 or bgmac Ethernet driver.
|
2007-11-11 11:44:59 +00:00
|
|
|
endef
|
2010-06-20 13:32:40 +00:00
|
|
|
|
2007-11-11 11:44:59 +00:00
|
|
|
$(eval $(call Profile,Broadcom-b43))
|
|
|
|
|