diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-12-28 13:38:15 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-03 13:54:45 +0100 |
commit | 212c3ffdfcb311272c33a720a10ff53429602806 (patch) | |
tree | 17ffdda717d7dca2fabd086817f7932370b0b0f0 /target/linux | |
parent | 2601873cc591578643d87c65ca67ca058cfa8867 (diff) | |
download | upstream-212c3ffdfcb311272c33a720a10ff53429602806.tar.gz upstream-212c3ffdfcb311272c33a720a10ff53429602806.tar.bz2 upstream-212c3ffdfcb311272c33a720a10ff53429602806.zip |
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 <tharvey@gateworks.com>
(cherry picked from commit af5635e6ca12d3be275560a58ac6e2793e218fcd)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/octeontx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |