diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 15:16:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 15:16:35 +0000 |
commit | d24041665c8e161ade61b677b3b204928b2290cb (patch) | |
tree | ee749c0d6f95b75b214b557776812368264ca29b /target/linux/ppc44x | |
parent | c67127ad23ced2bc4a3904a9656fc792a5399108 (diff) | |
download | upstream-d24041665c8e161ade61b677b3b204928b2290cb.tar.gz upstream-d24041665c8e161ade61b677b3b204928b2290cb.tar.bz2 upstream-d24041665c8e161ade61b677b3b204928b2290cb.zip |
ppc44x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35883
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 eda8a8bde0..b24138a5c3 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs broken CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |