2009-05-06 21:12:49 +03:00
|
|
|
#
|
2011-03-18 15:32:17 +02:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-06 21:12:49 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
2009-06-02 12:18:55 +03:00
|
|
|
BOARD:=octeon
|
2009-05-06 21:12:49 +03:00
|
|
|
BOARDNAME:=Cavium Networks Octeon
|
2012-05-12 15:05:18 +03:00
|
|
|
FEATURES:=squashfs jffs2 pci usb broken
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves
|
2011-05-06 15:37:36 +03:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-05-06 21:12:49 +03:00
|
|
|
|
2011-04-03 16:59:07 +03:00
|
|
|
LINUX_VERSION:=2.6.37.6
|
2009-05-06 21:12:49 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-01-23 19:21:18 +02:00
|
|
|
DEFAULT_PACKAGES += wpad-mini
|
2009-05-06 21:12:49 +03:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Cavium Networks Octeon-based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|