diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:23 +0000 |
commit | 69593176911e2ca512d526c91300df1fd2b42bc0 (patch) | |
tree | 351fa1b00184021e75dbccf4455594db312d869d /target/linux/ep93xx | |
parent | f754063159a639a6aea076a75812d31d8f4e6b7f (diff) | |
download | upstream-69593176911e2ca512d526c91300df1fd2b42bc0.tar.gz upstream-69593176911e2ca512d526c91300df1fd2b42bc0.tar.bz2 upstream-69593176911e2ca512d526c91300df1fd2b42bc0.zip |
kernel: update linux 3.2 to 3.2.5
SVN-Revision: 30401
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r-- | target/linux/ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 84e4671121..5a6121db5a 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.2.2 +LINUX_VERSION:=3.2.5 include $(INCLUDE_DIR)/target.mk |