diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:38 +0000 |
commit | c79c13222915ff88e2864bd3fa1092fe57633da7 (patch) | |
tree | c86de866614684111b601088f7388e46a28a2164 | |
parent | 27ba973c0650b4d312594f0fc309d376bf1af0b5 (diff) | |
download | upstream-c79c13222915ff88e2864bd3fa1092fe57633da7.tar.gz upstream-c79c13222915ff88e2864bd3fa1092fe57633da7.tar.bz2 upstream-c79c13222915ff88e2864bd3fa1092fe57633da7.zip |
mpc83xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35923
-rw-r--r-- | target/linux/mpc83xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 21f6433998..c0e1d89f88 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e FEATURES:=squashfs targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |