aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:38 +0000
commit7503ab47c18a219f672e4785d7d63cd24d0c7bd0 (patch)
tree16f8a698f42b3129db9067ba66e34d1b15b92afa /target/linux/x86/Makefile
parenta5c66329a0b9f24a086a22f7bb1a252f0be7a15b (diff)
downloadmaster-187ad058-7503ab47c18a219f672e4785d7d63cd24d0c7bd0.tar.gz
master-187ad058-7503ab47c18a219f672e4785d7d63cd24d0c7bd0.tar.bz2
master-187ad058-7503ab47c18a219f672e4785d7d63cd24d0c7bd0.zip
x86: remove subtarget specific LINUX_VERSION overrides
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31803 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r--target/linux/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 00400b66de..aaa9e02a2b 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz
SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan
-LINUX_VERSION:=2.6.39.4
+LINUX_VERSION:=3.3.6
include $(INCLUDE_DIR)/target.mk