2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-06-06 05:25:03 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-mips74k-none
|
|
|
|
|
NAME:=Broadcom SoC, No WiFi
|
2022-12-28 12:44:11 +08:00
|
|
|
PACKAGES:=-wpad-basic-mbedtls
|
2014-06-06 05:25:03 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-mips74k-none/Description
|
|
|
|
|
Package set for devices without a WiFi.
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
$(eval $(call Profile,Broadcom-mips74k-none))
|
|
|
|
|
|