From: Felix Fietkau <nbd@nbd.name>
Date: Fri, 13 Jan 2017 13:03:01 +0000 (+0100)
Subject: octeon: disable ext4 images
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=27fbf541475b16f34967d1b0fe72d57b4d053050;p=openwrt%2Fstaging%2Fldir.git

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>
---

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>