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 | 0d8c5ddc5341b53887f17d0b98240bb874c4c493 (patch) | |
tree | 41733b0c28f891a395002a6d671b65f83851a1e6 /target/linux/ppc40x | |
parent | 02f4fc8b4992d893f0024a41d5f4213fcfbb7064 (diff) | |
download | upstream-0d8c5ddc5341b53887f17d0b98240bb874c4c493.tar.gz upstream-0d8c5ddc5341b53887f17d0b98240bb874c4c493.tar.bz2 upstream-0d8c5ddc5341b53887f17d0b98240bb874c4c493.zip |
ppc40x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x')
-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 |