X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Focteon%2FMakefile;h=ee54bfb3f8de23cbb6c335565e79cbc490b82101;hb=fe9f8ca2941e795cd5433c115ec0bd65d4dcf213;hp=3cf814866cc85a4512bca55342c5eab48a90d4c8;hpb=b6db7329f48efc92b80750e6526e903f7c7c545b;p=openwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 3cf814866c..ee54bfb3f8 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,15 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=octeon BOARDNAME:=Cavium Networks Octeon -FEATURES:=squashfs jffs2 pci -CFLAGS:=-Os -pipe -funit-at-a-time +FEATURES:=squashfs jffs2 pci usb +CPU_TYPE:=octeon +CPU_CFLAGS_octeon:=-march=octeon +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.30-rc7 +LINUX_VERSION:=3.10.34 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Cavium Networks Octeon-based boards.