2009-05-14 08:18:11 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-14 08:18:11 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=cobalt
|
|
|
|
BOARDNAME:=Cobalt Microservers
|
2010-11-22 12:12:39 +00:00
|
|
|
FEATURES:=targz pci ext4
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
|
2011-05-06 12:37:36 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-05-14 08:18:11 +00:00
|
|
|
|
2011-08-16 22:04:10 +00:00
|
|
|
LINUX_VERSION:=2.6.39.4
|
2009-05-14 08:18:11 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Cobalt servers systems (Qube/Qube2/RaQ/RaQ2).
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|