diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:02:12 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:02:12 +0000 |
commit | 0f5f07f6024e9dc060ebe1f9e1ad465f8ea7bf3c (patch) | |
tree | 88f182bb248f369435377a37882d95aa227251c9 /target/linux/imx21/Makefile | |
parent | 0d5b8c81f99ee3eec67f7fcba104c3b57d3e0a76 (diff) | |
download | upstream-0f5f07f6024e9dc060ebe1f9e1ad465f8ea7bf3c.tar.gz upstream-0f5f07f6024e9dc060ebe1f9e1ad465f8ea7bf3c.tar.bz2 upstream-0f5f07f6024e9dc060ebe1f9e1ad465f8ea7bf3c.zip |
[imx21]: upgrade to 2.6.37, mark it broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx21/Makefile')
-rw-r--r-- | target/linux/imx21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/imx21/Makefile b/target/linux/imx21/Makefile index 76b51ab8f6..982719edd9 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 +FEATURES:=jffs2 broken CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time -LINUX_VERSION:=2.6.34.8 +LINUX_VERSION:=2.6.37.3 DEVICE_TYPE=phone |