| # | |
| # Copyright (C) 2013-2014 OpenWrt.org | |
| # | |
| # This is free software, licensed under the GNU General Public License v2. | |
| # See /LICENSE for more information. | |
| # | |
| SUBTARGET:=asr1828 | |
| BOARDNAME:=asr1828 based boards | |
| FEATURES += | |
| CPU_TYPE:=cortex-a7 | |
| CPU_SUBTYPE:=neon-vfpv4 | |
| ARCH_PACKAGES:=asr1828 | |
| DEFAULT_PACKAGES += | |
| define Target/Description | |
| Build firmware images for ASR 1828 based boards. | |
| endef |