diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:49:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:49:54 +0000 |
commit | b2f0e8db0d8c33f1132e9f8602d92ce5c5d54fc8 (patch) | |
tree | 4d094546baa56799a99b99754868f2d4307ec83f /target/linux | |
parent | c09352c750f03b4e8f6a99ddd27fe07ff7165158 (diff) | |
download | upstream-b2f0e8db0d8c33f1132e9f8602d92ce5c5d54fc8.tar.gz upstream-b2f0e8db0d8c33f1132e9f8602d92ce5c5d54fc8.tar.bz2 upstream-b2f0e8db0d8c33f1132e9f8602d92ce5c5d54fc8.zip |
mpc85xx: switch to 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 597ac9e828..8df98e6ac1 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.10 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index bea44419e1..45cd7abdc2 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DTS_TARGETS = mpc8548cds p1010rdb +DTS_TARGETS = mpc8548cds_32b p1010rdb define Image/Prepare cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage |