diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 13:22:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 13:22:24 +0000 |
commit | 7cdbbf654df117a6018e44254fba937ef817626d (patch) | |
tree | 19aa2243bbc26581efb645ba45339b583df74d70 /target/linux/x86/Makefile | |
parent | e1080fb8ed5a7548acacbe9ae872e5dcaa3f7eba (diff) | |
download | upstream-7cdbbf654df117a6018e44254fba937ef817626d.tar.gz upstream-7cdbbf654df117a6018e44254fba937ef817626d.tar.bz2 upstream-7cdbbf654df117a6018e44254fba937ef817626d.zip |
x86: set default kernel version to 3.10
Place the previous selection (3.3.8) into the only subtarget that did
not override it to 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40454 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 0d4fe4764f..b589cd5b59 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 -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.10.34 KERNELNAME:=bzImage |