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/rdc/target.mk | |
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/rdc/target.mk')
-rw-r--r-- | target/linux/x86/rdc/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/rdc/target.mk b/target/linux/x86/rdc/target.mk index dd3edf37f3..9b03b15bd5 100644 --- a/target/linux/x86/rdc/target.mk +++ b/target/linux/x86/rdc/target.mk @@ -1,7 +1,6 @@ BOARDNAME:=RDC R-321x FEATURES:=squashfs pci usb gpio pcmcia MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.10.34 FEATURES += broken DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \ |