X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=fb5360a7f4fb9cfaabbcf1e2f56b091665bcf6e5;hb=63a4e8038042b4ea302c206e1064397ac52214dd;hp=0085d22689ea2f91524e9fd6486d445ee76298cd;hpb=0977e4452ff1d5716a787cb54b0a584980aee259;p=15.05%2Fopenwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 0085d22689..fb5360a7f4 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -6,14 +6,15 @@ # include $(TOPDIR)/rules.mk -ARCH:=mips +ARCH:=mips64 BOARD:=octeon BOARDNAME:=Cavium Networks Octeon -FEATURES:=squashfs jffs2 pci usb -CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves +FEATURES:=squashfs jffs2 ext4 pci usb +CPU_TYPE:=octeon +CPU_CFLAGS_octeon:=-march=octeon -mabi=64 MAINTAINER:=John Crispin -LINUX_VERSION:=3.10.10 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk