diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 15:16:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 15:16:32 +0000 |
commit | 341b5ba93950b51dda31df651e92b4008b6639d6 (patch) | |
tree | 6bb2c1d04028b04c85c87da2ea1ad93abd3bf324 | |
parent | b412a8152478155dcbd266c7f6fa8fa47e362b80 (diff) | |
download | upstream-341b5ba93950b51dda31df651e92b4008b6639d6.tar.gz upstream-341b5ba93950b51dda31df651e92b4008b6639d6.tar.bz2 upstream-341b5ba93950b51dda31df651e92b4008b6639d6.zip |
ppc40x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35881
-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 da697adc29..5c9ef3e38b 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.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |