From 212c3ffdfcb311272c33a720a10ff53429602806 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Wed, 28 Dec 2022 13:38:15 -0800 Subject: octeontx: add sqaushfs and ramdisk to features Add squashfs and ramdisk to features as these are commonly used images for the octeontx. Signed-off-by: Tim Harvey (cherry picked from commit af5635e6ca12d3be275560a58ac6e2793e218fcd) --- target/linux/octeontx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/octeontx') diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index eb90529740..03ab287bd5 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=octeontx BOARDNAME:=Octeon-TX -FEATURES:=targz pcie gpio rtc usb fpu +FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu KERNEL_PATCHVER:=5.10 -- cgit v1.2.3