X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2FMakefile;h=e15aad81d29736c1720bbc58ca94c7103066f440;hb=c0bf47232a91eead7446b722ce2b712658b8303a;hp=3cf814866cc85a4512bca55342c5eab48a90d4c8;hpb=fb4eb1628390b715abcf050c1d8008b9dd1b2e23;p=oweals%2Fopenwrt.git diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 3cf814866c..e15aad81d2 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -1,22 +1,23 @@ # -# 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. # include $(TOPDIR)/rules.mk -ARCH:=mips +ARCH:=mips64 BOARD:=octeon BOARDNAME:=Cavium Networks Octeon -FEATURES:=squashfs jffs2 pci -CFLAGS:=-Os -pipe -funit-at-a-time +FEATURES:=squashfs jffs2 ext4 pci usb +CPU_TYPE:=octeon +CPU_CFLAGS_octeon:=-march=octeon -mabi=64 +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.30-rc7 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Cavium Networks Octeon-based boards.