blob: 89c9f2b82fb80207cc7c1bf9a8da46f927a31336 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#
2# Copyright (C) 2013-2014 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8SUBTARGET:=asr1828
9BOARDNAME:=asr1828 based boards
10FEATURES +=
11CPU_TYPE:=cortex-a7
12CPU_SUBTYPE:=neon-vfpv4
13ARCH_PACKAGES:=asr1828
14
15DEFAULT_PACKAGES +=
16
17define Target/Description
18 Build firmware images for ASR 1828 based boards.
19endef