2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-01-02 05:12:46 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2021-02-10 13:52:34 +00:00
|
|
|
|
2007-01-07 15:35:36 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
2020-02-07 14:42:54 +00:00
|
|
|
BOARD:=bcm47xx
|
2014-03-08 01:48:44 +00:00
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
|
2014-06-07 17:36:02 +00:00
|
|
|
FEATURES:=squashfs usb
|
2014-06-07 15:19:40 +00:00
|
|
|
SUBTARGETS:=generic mips74k legacy
|
2007-01-07 15:35:36 +00:00
|
|
|
|
2024-06-05 16:25:59 +00:00
|
|
|
KERNEL_PATCHVER:=6.6
|
2007-06-21 23:41:09 +00:00
|
|
|
|
2014-08-18 20:29:26 +00:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2018-07-10 17:22:41 +00:00
|
|
|
DEFAULT_PACKAGES += swconfig nvram otrx \
|
2021-01-04 13:52:20 +00:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
2007-09-08 19:55:42 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|