2007-11-11 11:44:59 +00:00
|
|
|
#
|
2010-06-20 13:32:40 +00:00
|
|
|
# Copyright (C) 2007-2010 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
|
2010-06-20 13:44:19 +00:00
|
|
|
NAME:=Broadcom BCM43xx WiFi (b43, default)
|
|
|
|
PACKAGES:=kmod-b43 kmod-b43legacy
|
2007-11-11 11:44:59 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Broadcom-b43/Description
|
|
|
|
Package set compatible with hardware using Broadcom BCM43xx cards
|
2010-06-20 13:32:40 +00:00
|
|
|
using the MAC80211 b43 and b43legacy drivers.
|
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))
|
|
|
|
|