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