diff options
author | John Crispin <john@openwrt.org> | 2015-03-20 08:49:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-20 08:49:08 +0000 |
commit | 1773aa5163cc3039ae29f3261d84f98c14836937 (patch) | |
tree | 5af97a4427c38d1edba198b899444c10dbeea478 /target/linux/octeon/Makefile | |
parent | e9b6602a84aa329baf0a8cf67e29b19d0afc2c94 (diff) | |
download | upstream-1773aa5163cc3039ae29f3261d84f98c14836937.tar.gz upstream-1773aa5163cc3039ae29f3261d84f98c14836937.tar.bz2 upstream-1773aa5163cc3039ae29f3261d84f98c14836937.zip |
octeon: add er8 sysupgrade support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44902
Diffstat (limited to 'target/linux/octeon/Makefile')
-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 fb5360a7f4..e1739e70e5 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 jffs2 ext4 pci usb +FEATURES:=squashfs jffs2 ext4 initramfs pci usb CPU_TYPE:=octeon CPU_CFLAGS_octeon:=-march=octeon -mabi=64 MAINTAINER:=John Crispin <blogic@openwrt.org> |