X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/66268489c43a03f2804e9d12b36df0ee489c3b04..e1a53dd6b0eaf8ef59a7f7395e657f28fbf1c01a:/target/linux/imx21/Makefile diff --git a/target/linux/imx21/Makefile b/target/linux/imx21/Makefile index 96a278453..0ca5c8a75 100644 --- a/target/linux/imx21/Makefile +++ b/target/linux/imx21/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=imx21 BOARDNAME:=Freescale i.MX21 -FEATURES:=jffs2 -CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time +FEATURES:=jffs2 broken +CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves -LINUX_VERSION:=2.6.34.1 +LINUX_VERSION:=2.6.37.6 DEVICE_TYPE=phone