mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-14 17:47:04 +00:00
0a2ed285e4
The snapshot builds for qoriq only contain ext4 images. Add squashfs to FEATURES to also have the buildbots build squashfs images. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2021 Stijn Tintel <stijn@linux-ipv6.be>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=powerpc64
|
|
BOARD:=qoriq
|
|
BOARDNAME:=NXP QorIQ (PowerPC)
|
|
CPU_TYPE:=e5500
|
|
FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc squashfs
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
KERNELNAME:=zImage
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += e2fsprogs mkf2fs uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|