X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=35f518655b9e60b087a7b3a5edefe2c9aa42921c;hb=61fef497bbe02a4a5955b9246ade876d7027f5cf;hp=3cf814866cc85a4512bca55342c5eab48a90d4c8;hpb=b6db7329f48efc92b80750e6526e903f7c7c545b;p=openwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 3cf814866c..35f518655b 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.18 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Cavium Networks Octeon-based boards.