projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e024f
)
octeon: enable the ext4 feature
author
John Crispin
<john@openwrt.org>
Thu, 19 Jun 2014 14:13:30 +0000
(14:13 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 19 Jun 2014 14:13:30 +0000
(14:13 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41275
target/linux/octeon/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/octeon/Makefile
b/target/linux/octeon/Makefile
index f4fd9da79b75d9759ca6274ff4ac474daf6822e5..5eda7b45dc1a8a1522c8feeab132037e0914dd73 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 jffs2 pci usb
+FEATURES:=squashfs jffs2
ext4
pci usb
CPU_TYPE:=octeon
CPU_CFLAGS_octeon:=-march=octeon -mabi=64
MAINTAINER:=John Crispin <blogic@openwrt.org>