X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=236a97f1d0818f14464ae4c36042fe912532dcc5;hb=4ef09dc5f8bbf051437f921ec972ff10c4248edc;hp=182ec1e881ced50b19edfc136f519b96b7bb836c;hpb=b8430e74271b5a4debb3f432cfd6a9234fbc6952;p=librecmc%2Flibrecmc.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 182ec1e881..236a97f1d0 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,9 +10,9 @@ ARCH:=mips BOARD:=octeon BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs jffs2 pci usb -CFLAGS:=-Os -pipe -mtune=octeon -funit-at-a-time +CFLAGS:=-Os -pipe -march=octeon -funit-at-a-time -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.37.4 include $(INCLUDE_DIR)/target.mk