| # |
| # Copyright (C) 2020-2021 OpenWrt.org |
| # |
| # This is free software, licensed under the GNU General Public License v2. |
| # See /LICENSE for more information. |
| # |
| include $(TOPDIR)/rules.mk |
| |
| ARCH:=arm |
| BOARD:=mmp |
| BOARDNAME:=ASR Thin Modem |
| FEATURES:=squashfs nand ubifs |
| SUBTARGETS=asr1803 asr1828 asr1901 asr1806 asr1906 asr1903 |
| |
| KERNEL_PATCHVER=5.4 |
| CONFIG_EXTERNAL_KERNEL_TREE:=$(MRVLDIR)/linux |
| |
| define Target/Description |
| Build firmware image for ASR think modem SOC devices. |
| endef |
| |
| include $(INCLUDE_DIR)/target.mk |
| |
| DEFAULT_PACKAGES += |
| |
| KERNELNAME:=zImage dtbs |
| |
| $(eval $(call BuildTarget)) |