octeon: disable ext4 images
authorFelix Fietkau <nbd@nbd.name>
Fri, 13 Jan 2017 13:03:01 +0000 (14:03 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 13 Jan 2017 13:54:12 +0000 (14:54 +0100)
They're pretty large and squashfs images tend to be more useful anyway

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/octeon/Makefile

index 085f8aa3ecd31aeee3560975d957771e4b875c54..06b6ad00982a638956e0a9dcccab9ef12a445c3d 100644 (file)
@@ -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@phrozen.org>