diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
commit | 5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b (patch) | |
tree | fa2530220672ed03b65a445eab4bd9373de273cb /target/linux/ppc40x/Makefile | |
parent | ec9fd1f7a83ee2f280104931a885803a09298dc6 (diff) | |
download | mtk-20170518-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.zip mtk-20170518-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.tar.gz mtk-20170518-5a471e23ad976a64c46eb6c2d81a59c5a8d7a09b.tar.bz2 |
ppc40x: switch to 3.2.9
SVN-Revision: 30791
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 2efb13a..87d5d6b 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.0.18 +LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk |