2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2007-04-16 20:45:37 +08:00
|
|
|
#
|
2013-01-24 22:38:10 +08:00
|
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
2007-04-16 20:45:37 +08:00
|
|
|
|
2012-08-23 05:54:06 +08:00
|
|
|
define Profile/Broadcom-none
|
2013-01-24 22:38:10 +08:00
|
|
|
NAME:=Broadcom SoC, all Ethernet, No WiFi
|
2020-07-27 18:30:41 +08:00
|
|
|
PACKAGES:=-wpad-basic-wolfssl kmod-b44 kmod-tg3 kmod-bgmac
|
2007-04-16 20:45:37 +08:00
|
|
|
endef
|
|
|
|
|
|
2013-01-24 22:38:10 +08:00
|
|
|
define Profile/Broadcom-none/Description
|
2014-05-14 18:09:31 +08:00
|
|
|
Package set compatible with hardware any Broadcom BCM47xx or BCM535x
|
2013-01-24 22:38:10 +08:00
|
|
|
SoC without any Wifi cards and b44, tg3 or bgmac Ethernet driver.
|
2007-04-16 20:45:37 +08:00
|
|
|
endef
|
2012-08-23 05:54:06 +08:00
|
|
|
$(eval $(call Profile,Broadcom-none))
|
2007-04-16 20:45:37 +08:00
|
|
|
|