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/net5501 | |
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/net5501')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index 9c69f5d73f..b8fd5a7e26 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -23,7 +23,6 @@ DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ CS5535_MASK:=0x01000040 CPU_TYPE := geode -LINUX_VERSION:=3.10.34 FEATURES += broken define Target/Description |