diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 13:17:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 13:17:47 +0000 |
commit | 059d90e6f60771fda040e476bbc32ee6eb6c7354 (patch) | |
tree | 227f6fa1d204ff1ac1ec5163715a5af3498bb379 /target | |
parent | 4356a214eb7b419550b620d0b255a29e32673614 (diff) | |
download | upstream-059d90e6f60771fda040e476bbc32ee6eb6c7354.tar.gz upstream-059d90e6f60771fda040e476bbc32ee6eb6c7354.tar.bz2 upstream-059d90e6f60771fda040e476bbc32ee6eb6c7354.zip |
ppc44x: switch to 3.10
Compile tested only. The target is marked as
broken since 16 months so the kernel version
does not matter too much.
The target is scheduled for removal.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38162
Diffstat (limited to 'target')
-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 bd62efb258..661eebc4cb 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs broken CFLAGS:=-Os -pipe -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk |