diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-08 19:54:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-08 19:54:22 +0000 |
commit | d0d537a039724dd2d542ef93d2444359773fb05d (patch) | |
tree | 7ade52fde1ca5cea311246137ffe4e6cc195d758 | |
parent | a446681bc65d1f9c59f6630bab22d248a1c698a8 (diff) | |
download | mtk-20170518-d0d537a039724dd2d542ef93d2444359773fb05d.zip mtk-20170518-d0d537a039724dd2d542ef93d2444359773fb05d.tar.gz mtk-20170518-d0d537a039724dd2d542ef93d2444359773fb05d.tar.bz2 |
gemini: switch to kernel 3.10
This switches to kernel 3.10 that was prepared by Hauke in r41531 :
gemini: add support for kernel 3.10
This is compile tested only, please run test and report back.
I've simply checked if it still compiles, unfortunately we didn't get
any feedback for this target.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42450
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index b64c9c8..6a6c0a7 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs pci CPU_TYPE:=fa526 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.9.11 +LINUX_VERSION:=3.10.49 KERNELNAME:="zImage" |