2009-05-14 11:18:11 +03:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-14 11:18:11 +03: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 14:12:39 +02:00
|
|
|
FEATURES:=targz pci ext4
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
|
2011-05-06 15:37:36 +03:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-05-14 11:18:11 +03:00
|
|
|
|
2011-08-17 01:04:10 +03:00
|
|
|
LINUX_VERSION:=2.6.39.4
|
2009-05-14 11:18:11 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Cobalt servers systems (Qube/Qube2/RaQ/RaQ2).
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|