summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 14:03:01 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-13 14:54:12 +0100
commit27fbf541475b16f34967d1b0fe72d57b4d053050 (patch)
tree4877e6d7bf14f70be4b41b7e85a2a9db5e0cc90d /target
parent402fea62c47bb44a457566e4209182a2ecb74fd7 (diff)
downloadopenwrt-27fbf541475b16f34967d1b0fe72d57b4d053050.tar.gz
openwrt-27fbf541475b16f34967d1b0fe72d57b4d053050.tar.bz2
openwrt-27fbf541475b16f34967d1b0fe72d57b4d053050.zip
octeon: disable ext4 images
They're pretty large and squashfs images tend to be more useful anyway Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r--target/linux/octeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index 085f8aa3ec..06b6ad0098 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@phrozen.org>