diff options
| author | Tim Harvey | 2022-12-28 21:38:15 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-01-06 18:44:35 +0000 |
| commit | af5635e6ca12d3be275560a58ac6e2793e218fcd (patch) | |
| tree | c70d739b9440203fb0462cba85e40d97cab3f34f | |
| parent | f6d394e9f2fd41547236c092ac914322220eb77c (diff) | |
| download | openwrt-af5635e6ca12d3be275560a58ac6e2793e218fcd.tar.gz | |
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 |