projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402fea6
)
octeon: disable ext4 images
author
Felix Fietkau
<nbd@nbd.name>
Fri, 13 Jan 2017 13:03:01 +0000
(14:03 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/target/linux/octeon/Makefile
b/target/linux/octeon/Makefile
index 085f8aa3ecd31aeee3560975d957771e4b875c54..06b6ad00982a638956e0a9dcccab9ef12a445c3d 100644
(file)
--- 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>