a75e49cb0554872032c21478804d561552bcb548
[openwrt/staging/jow.git] / target / linux / bcm47xx / generic / profiles / 215-Broadcom-tg3-none.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2013 OpenWrt.org
4
5 define Profile/Broadcom-tg3-none
6 NAME:=Broadcom SoC, tg3 Ethernet, no WiFi
7 PACKAGES:=-wpad-basic-wolfssl kmod-tg3
8 endef
9
10 define Profile/Broadcom-tg3-none/Description
11 Package set compatible with hardware Broadcom BCM4705/BCM4785
12 SoC without any Wifi cards and tg3 Ethernet driver.
13 endef
14 $(eval $(call Profile,Broadcom-tg3-none))
15