2007-11-11 11:44:59 +00:00
|
|
|
#
|
2008-09-27 20:15:51 +00:00
|
|
|
# Copyright (C) 2007-2008 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
|
2008-09-27 20:15:51 +00:00
|
|
|
NAME:=Broadcom BCM43xx WiFi (default)
|
2008-11-09 22:42:36 +00:00
|
|
|
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
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Broadcom-b43))
|
|
|
|
|