2009-05-14 08:18:11 +00:00
|
|
|
#
|
2010-11-22 12:12:39 +00:00
|
|
|
# Copyright (C) 2009-2010 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
|
2009-10-07 13:05:14 +00:00
|
|
|
CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time
|
2009-05-14 08:18:11 +00:00
|
|
|
|
2010-12-11 16:07:21 +00:00
|
|
|
LINUX_VERSION:=2.6.32.27
|
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))
|