mirror of https://github.com/hak5/openwrt-owl.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>owl
parent
402fea62c4
commit
27fbf54147
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue