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 | f2d7f949f81b724646f68919b72e05c6afa3ca12 (patch) | |
tree | 238d4da9315d4b8512162ab88a34e2c20e6e90d9 /target/linux/ppc44x/Makefile | |
parent | 31c6a7eaf515d9889c8220b32c7075116f059c9b (diff) | |
download | upstream-f2d7f949f81b724646f68919b72e05c6afa3ca12.tar.gz upstream-f2d7f949f81b724646f68919b72e05c6afa3ca12.tar.bz2 upstream-f2d7f949f81b724646f68919b72e05c6afa3ca12.zip |
ppc44x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-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 |