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 | cf2faab4ae20bebeacbd44efbfc83f4ee3f5cfdf (patch) | |
tree | 7e482c542ee56ef355673d409b20f29b769903c4 /target/linux/mpc85xx/image | |
parent | 56849d146cc45e11bc1a9c96bb7564a2a7578b7b (diff) | |
download | upstream-cf2faab4ae20bebeacbd44efbfc83f4ee3f5cfdf.tar.gz upstream-cf2faab4ae20bebeacbd44efbfc83f4ee3f5cfdf.tar.bz2 upstream-cf2faab4ae20bebeacbd44efbfc83f4ee3f5cfdf.zip |
mpc85xx: switch to 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35444
Diffstat (limited to 'target/linux/mpc85xx/image')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |