diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 14:03:01 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 14:54:12 +0100 |
commit | 27fbf541475b16f34967d1b0fe72d57b4d053050 (patch) | |
tree | 4877e6d7bf14f70be4b41b7e85a2a9db5e0cc90d | |
parent | 402fea62c47bb44a457566e4209182a2ecb74fd7 (diff) | |
download | upstream-27fbf541475b16f34967d1b0fe72d57b4d053050.tar.gz upstream-27fbf541475b16f34967d1b0fe72d57b4d053050.tar.bz2 upstream-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>
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
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> |