diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 10:05:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 10:05:40 +0000 |
commit | 242859abae895cdfc66dd8dc3368136f3d786760 (patch) | |
tree | 0f716ed932d99ec68a2ac110a912ab1a1d9db55c /target/linux/mpc85xx/Makefile | |
parent | cde71c305cde8722dd3c81aae8a2800fcedcb3bc (diff) | |
download | mtk-20170518-242859abae895cdfc66dd8dc3368136f3d786760.zip mtk-20170518-242859abae895cdfc66dd8dc3368136f3d786760.tar.gz mtk-20170518-242859abae895cdfc66dd8dc3368136f3d786760.tar.bz2 |
mpc85xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35452
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 8df98e6..b521077 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.6.10 +LINUX_VERSION:=3.7.5 include $(INCLUDE_DIR)/target.mk |