diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:02:12 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:02:12 +0000 |
commit | a800f11e6c85012896fe6573cef6175ff6016313 (patch) | |
tree | 88f182bb248f369435377a37882d95aa227251c9 /target | |
parent | 7077455bc6fab59e7c24ee6775a878cb49e53565 (diff) |
[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')
-rw-r--r-- | target/linux/imx21/Makefile | 6 | ||||
-rw-r--r-- | target/linux/imx21/config-default (renamed from target/linux/imx21/config-2.6.34) | 1 | ||||
-rw-r--r-- | target/linux/imx21/patches/010-mach-vp6500.patch (renamed from target/linux/imx21/patches-2.6.34/010-mach-vp6500.patch) | 18 | ||||
-rw-r--r-- | target/linux/imx21/patches/011-mach-type.patch (renamed from target/linux/imx21/patches-2.6.34/011-mach-type.patch) | 0 | ||||
-rw-r--r-- | target/linux/imx21/patches/040-pwm.patch (renamed from target/linux/imx21/patches-2.6.34/040-pwm.patch) | 0 |
5 files changed, 13 insertions, 12 deletions
diff --git a/target/linux/imx21/Makefile b/target/linux/imx21/Makefile index 76b51ab8f..982719edd 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 diff --git a/target/linux/imx21/config-2.6.34 b/target/linux/imx21/config-default index 829c672d1..67a656734 100644 --- a/target/linux/imx21/config-2.6.34 +++ b/target/linux/imx21/config-default @@ -100,6 +100,7 @@ CONFIG_MACH_VP6500=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_PHYSMAP=y +# CONFIG_MXC_DEBUG_BOARD is not set # CONFIG_MXC_IRQ_PRIOR is not set # CONFIG_MXC_PWM is not set CONFIG_NEED_DMA_MAP_STATE=y diff --git a/target/linux/imx21/patches-2.6.34/010-mach-vp6500.patch b/target/linux/imx21/patches/010-mach-vp6500.patch index 8d1832b56..37bfa676f 100644 --- a/target/linux/imx21/patches-2.6.34/010-mach-vp6500.patch +++ b/target/linux/imx21/patches/010-mach-vp6500.patch @@ -1,8 +1,8 @@ ---- a/arch/arm/mach-mx2/Kconfig -+++ b/arch/arm/mach-mx2/Kconfig -@@ -27,6 +27,12 @@ config MACH_MX21ADS - Include support for MX21ADS platform. This includes specific - configurations for the board and its peripherals. +--- a/arch/arm/mach-imx/Kconfig ++++ b/arch/arm/mach-imx/Kconfig +@@ -83,6 +83,12 @@ if MACH_MX27 + + comment "MX27 platforms:" +config MACH_VP6500 + bool "Phillips VP6500 VoIP phone" @@ -12,10 +12,10 @@ + config MACH_MX27ADS bool "MX27ADS platform" - depends on MACH_MX27 ---- a/arch/arm/mach-mx2/Makefile -+++ b/arch/arm/mach-mx2/Makefile -@@ -21,3 +21,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui + select IMX_HAVE_PLATFORM_IMX_I2C +--- a/arch/arm/mach-imx/Makefile ++++ b/arch/arm/mach-imx/Makefile +@@ -32,3 +32,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o obj-$(CONFIG_MACH_PCA100) += mach-pca100.o obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o diff --git a/target/linux/imx21/patches-2.6.34/011-mach-type.patch b/target/linux/imx21/patches/011-mach-type.patch index 873f03083..873f03083 100644 --- a/target/linux/imx21/patches-2.6.34/011-mach-type.patch +++ b/target/linux/imx21/patches/011-mach-type.patch diff --git a/target/linux/imx21/patches-2.6.34/040-pwm.patch b/target/linux/imx21/patches/040-pwm.patch index af47ad1de..af47ad1de 100644 --- a/target/linux/imx21/patches-2.6.34/040-pwm.patch +++ b/target/linux/imx21/patches/040-pwm.patch |