diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 09:37:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 09:37:24 +0000 |
commit | 3bdef13fdb9d1ec9076efe55a3a8053528388ca6 (patch) | |
tree | 1b749345493311b5dab54fabb19f4aac268ffc38 | |
parent | 02effaf2d63d97e27554119f814053384dd545a6 (diff) | |
download | upstream-3bdef13fdb9d1ec9076efe55a3a8053528388ca6.tar.gz upstream-3bdef13fdb9d1ec9076efe55a3a8053528388ca6.tar.bz2 upstream-3bdef13fdb9d1ec9076efe55a3a8053528388ca6.zip |
mpc85xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35871 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 262e1b9e3c..19dff42ab3 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 squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |