diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 04:43:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 04:43:30 +0000 |
commit | e08e457d55211a0711a07a4c3d6f1826813d3cc6 (patch) | |
tree | 65b9d91f2210c6d3a821dc600c2155bf1c5493d4 /target/linux/x86/Makefile | |
parent | a4b632413a3365ac7347ca54dff7271e77fd8de2 (diff) | |
download | upstream-e08e457d55211a0711a07a4c3d6f1826813d3cc6.tar.gz upstream-e08e457d55211a0711a07a4c3d6f1826813d3cc6.tar.bz2 upstream-e08e457d55211a0711a07a4c3d6f1826813d3cc6.zip |
x86: update to kernel 3.18
copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to
3.18 equivalents and then tweaked until it built.
Tested on alix2, soekris net4826 and soekris net4521.
Still having trouble with net4826 booting from Grub, alix2 and net4521
are fine.
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44758 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 52d9885e5c..396d483c0a 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan \ rdc -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 KERNELNAME:=bzImage |