2007-06-02 03:46:02 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=cris
|
|
|
|
BOARD:=etrax
|
2007-06-02 15:44:18 +03:00
|
|
|
BOARDNAME:=Foxboard (ETRAX 100LX)
|
2007-12-28 22:16:14 +02:00
|
|
|
FEATURES:=squashfs jffs2 broken
|
2008-11-12 19:49:01 +02:00
|
|
|
LINUX_VERSION:=2.6.25.20
|
2007-06-02 03:46:02 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="zImage"
|
2007-06-02 03:46:02 +03:00
|
|
|
|
|
|
|
define Target/Description
|
2008-07-04 03:58:46 +03:00
|
|
|
Build firmware images for the FOXBOARD made by acmesystems.it
|
2007-06-02 03:46:02 +03:00
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|