1#
2# Copyright (C) 2010 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/Bcm4705-wl
9  NAME:=BCM4705/BCM4785, BCM43xx WiFi (wl, proprietary)
10  PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas kmod-tg3
11endef
12
13define Profile/Bcm4705-wl/Description
14	Package set compatible with hardware using Broadcom BCM43xx cards
15	using the proprietary broadcom wireless "wl" driver and tg3 Ethernet
16	driver.
17endef
18
19$(eval $(call Profile,Bcm4705-wl))
20
21