X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=420c5c722658f56baeea36f9b895b20139fcf113;hb=1f17399dc75f0e58d3b2ecb7d6498e3088336834;hp=4c43148e6cf2dc3fd8a4da6e1b7c50333b8bc101;hpb=f1d5ca45b61ea84f3f057393fe7d7162b2aa4853;p=openwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 4c43148e6c..420c5c7226 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.1 +LINUX_VERSION:=3.10.24 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Cavium Networks Octeon-based boards.