[source] octeon: disable ext4 images

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 05:54:41 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/27fbf541475b16f34967d1b0fe72d57b4d053050

commit 27fbf541475b16f34967d1b0fe72d57b4d053050
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 14:03:01 2017 +0100

    octeon: disable ext4 images
    
    They're pretty large and squashfs images tend to be more useful anyway
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/octeon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index 085f8aa..06b6ad0 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mips64
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs ext4 ramdisk pci usb
+FEATURES:=squashfs ramdisk pci usb
 CPU_TYPE:=octeon
 MAINTAINER:=John Crispin <john at phrozen.org>
 



More information about the lede-commits mailing list