mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 19:19:31 +00:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=bcm2708
|
|
BOARDNAME:=BCM2708 based boards
|
|
CPU_TYPE:=arm1176jzf-s
|
|
CPU_SUBTYPE:=vfp
|
|
|
|
define Target/Description
|
|
Build firmware image for Broadcom BCM2708 SoC devices.
|
|
endef
|