X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=ea005d01f6a49ace9476161d3d58a142f8e29860;hb=1f2fb3723fe47ef08b8a8d815e833a5ccfbf370d;hp=df97819bc3f795cf2846f6e50c9f9e5fdda8de4e;hpb=61a476da4d61774ee01624726fe1bee786f7cf8e;p=openwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index df97819bc3..ea005d01f6 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=octeon BOARDNAME:=Cavium Networks Octeon -FEATURES:=squashfs jffs2 pci -CFLAGS:=-Os -pipe -mtune=octeon -funit-at-a-time +FEATURES:=squashfs jffs2 pci usb +CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.30.8 +LINUX_VERSION:=3.10 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Cavium Networks Octeon-based boards.