try to add make flash....
[openwrt/crisos.git] / target / linux / etrax / Makefile
blobc3006105b8d4809abb6953889b60c0ae0d78a0f5
1 #
2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
9 ARCH:=cris
10 BOARD:=etrax
11 BOARDNAME:=Foxboard (ETRAX 100LX)
12 FEATURES:=squashfs jffs2
13 LINUX_VERSION:=2.6.25.20
15 include $(INCLUDE_DIR)/target.mk
17 KERNELNAME:="zImage"
19 define Target/Description
20 Build firmware images for the FOXBOARD made by acmesystems.it
21 endef
23 define Target/Flash
24 sudo $(BIN_DIR)/boot_linux -F -i $(BIN_DIR)/openwrt-etrax-jffs2-64k-fimage
25 endef
27 $(eval $(call BuildTarget))