diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:38 +0000 |
commit | 8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c (patch) | |
tree | f917b89af9cb73a0cfea42ca8678e3f397e42010 /target/linux/mpc52xx | |
parent | 22b4e6b88233c72606942bb23881f97fc5548392 (diff) | |
download | upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.tar.gz upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.tar.bz2 upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.zip |
kernel: update linux 3.3 to 3.3.3
SVN-Revision: 31460
Diffstat (limited to 'target/linux/mpc52xx')
-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 ff91d60100..b5ff5cec9e 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:=3.3.2 +LINUX_VERSION:=3.3.3 include $(INCLUDE_DIR)/target.mk |