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 | 671345762cdaa27eeae210fabf940c0bff622922 (patch) | |
tree | 5c4295a997e15c8f3d20fc652d4a5ce4f6e1b66c /target/linux/ep93xx/Makefile | |
parent | 2397d9c42d489fa0744ba1003a118421ce6f6b5b (diff) | |
download | upstream-671345762cdaa27eeae210fabf940c0bff622922.tar.gz upstream-671345762cdaa27eeae210fabf940c0bff622922.tar.bz2 upstream-671345762cdaa27eeae210fabf940c0bff622922.zip |
kernel: update linux 3.2 to 3.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30401 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/Makefile')
-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 |