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 | f7e747baa9ed27056eba2a4215fb054e4cefb53c (patch) | |
tree | e9d269489c279bfe4f5a5be329fabc0d41c28482 /target/linux/x86/alix2 | |
parent | c3cc517071ac505296c57ef2d68557db374d0746 (diff) | |
download | upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.tar.gz upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.tar.bz2 upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.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>
SVN-Revision: 40454
Diffstat (limited to 'target/linux/x86/alix2')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index df39317b20..b5d011753f 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -19,7 +19,6 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev \ kmod-cpu-msr hwclock wpad -LINUX_VERSION:=3.10.34 CS5535_MASK:=0x0b000042 CPU_TYPE := geode |