mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
fe7596192e
A full read-write rootfs cannot work inside uImage.FIT as the hash will obviously change once writing to it. Disable generating ext4 rootfs images. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
19 lines
331 B
Makefile
19 lines
331 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
ARCH:=arm
|
|
SUBTARGET:=mt7623
|
|
BOARDNAME:=MT7623
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
KERNELNAME:=Image dtbs zImage
|
|
FEATURES+=usb
|
|
KERNEL_PATCHVER:=5.10
|
|
DEFAULT_PACKAGES+=blockdev uboot-envtools
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek mt7623 ARM based boards.
|
|
endef
|
|
|