diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:35 +0000 |
commit | 22b4e6b88233c72606942bb23881f97fc5548392 (patch) | |
tree | 1342b7072f5e31188639bde4492b68abea51f254 /target/linux/ppc44x | |
parent | 7ccf25f7da1772ebe51fe4c77b2d6f164b47b33f (diff) | |
download | upstream-22b4e6b88233c72606942bb23881f97fc5548392.tar.gz upstream-22b4e6b88233c72606942bb23881f97fc5548392.tar.bz2 upstream-22b4e6b88233c72606942bb23881f97fc5548392.zip |
kernel: update linux 3.2 to 3.2.16
SVN-Revision: 31459
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index fc50bcd7d9..e575834345 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.2.15 +LINUX_VERSION:=3.2.16 include $(INCLUDE_DIR)/target.mk |