diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-12-28 13:38:15 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-06 19:44:35 +0100 |
commit | af5635e6ca12d3be275560a58ac6e2793e218fcd (patch) | |
tree | c70d739b9440203fb0462cba85e40d97cab3f34f | |
parent | f6d394e9f2fd41547236c092ac914322220eb77c (diff) | |
download | upstream-af5635e6ca12d3be275560a58ac6e2793e218fcd.tar.gz upstream-af5635e6ca12d3be275560a58ac6e2793e218fcd.tar.bz2 upstream-af5635e6ca12d3be275560a58ac6e2793e218fcd.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>
-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 9b29e56758..50c5cd6d21 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 SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 |