[openwrt/openwrt] octeontx: add sqaushfs and ramdisk to features

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 6 10:45:08 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/af5635e6ca12d3be275560a58ac6e2793e218fcd

commit af5635e6ca12d3be275560a58ac6e2793e218fcd
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Wed Dec 28 13:38:15 2022 -0800

    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 at gateworks.com>
---
 target/linux/octeontx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list