diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 15:35:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 15:35:00 +0000 |
commit | 90279757bb3b2618a07ccd952a08f03c835e5a20 (patch) | |
tree | 8276a3f61cf12283359b418df210b366cea9bac6 /target/linux/mpc52xx/Makefile | |
parent | dd0f928b14b9e06525f5b9260331c487a76cabdf (diff) | |
download | upstream-90279757bb3b2618a07ccd952a08f03c835e5a20.tar.gz upstream-90279757bb3b2618a07ccd952a08f03c835e5a20.tar.bz2 upstream-90279757bb3b2618a07ccd952a08f03c835e5a20.zip |
mpc52xx: switch to 3.2.9
SVN-Revision: 30955
Diffstat (limited to 'target/linux/mpc52xx/Makefile')
-rw-r--r-- | target/linux/mpc52xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 3d9c470177..6d69e9983a 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Freescale MPC52xx CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e FEATURES:=targz ext4 -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk |