| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # |
| 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 | |||||
| 8 | SUBTARGET:=asr1828 | ||||
| 9 | BOARDNAME:=asr1828 based boards | ||||
| 10 | FEATURES += | ||||
| 11 | CPU_TYPE:=cortex-a7 | ||||
| 12 | CPU_SUBTYPE:=neon-vfpv4 | ||||
| 13 | ARCH_PACKAGES:=asr1828 | ||||
| 14 | |||||
| 15 | DEFAULT_PACKAGES += | ||||
| 16 | |||||
| 17 | define Target/Description | ||||
| 18 | Build firmware images for ASR 1828 based boards. | ||||
| 19 | endef | ||||