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 | 029ade3805915bf659dff1652816d71f67d4fdad (patch) | |
tree | 3b4b6f1d51720b7ee970bfa1f9d903027ad6b0c7 /target/linux/mpc52xx/Makefile | |
parent | 8fb4a3381ef3e0e92bcb6ed214085aac142d7338 (diff) | |
download | upstream-029ade3805915bf659dff1652816d71f67d4fdad.tar.gz upstream-029ade3805915bf659dff1652816d71f67d4fdad.tar.bz2 upstream-029ade3805915bf659dff1652816d71f67d4fdad.zip |
mpc52xx: switch to 3.2.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30955 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |