diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 21:16:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 21:16:03 +0000 |
commit | 0bbf91ef944077fe15f60a840e7813da549b37cc (patch) | |
tree | 095bc954eaac111543ceaadcd65d73273df495b5 /target/linux | |
parent | 4f2ce6b459b2cf035efd35ca6c362b3a86e9855d (diff) | |
download | upstream-0bbf91ef944077fe15f60a840e7813da549b37cc.tar.gz upstream-0bbf91ef944077fe15f60a840e7813da549b37cc.tar.bz2 upstream-0bbf91ef944077fe15f60a840e7813da549b37cc.zip |
x86/rdc: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39736 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/rdc/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/rdc/target.mk b/target/linux/x86/rdc/target.mk index 7475103e5d..3f9b4173c2 100644 --- a/target/linux/x86/rdc/target.mk +++ b/target/linux/x86/rdc/target.mk @@ -1,6 +1,8 @@ BOARDNAME:=RDC R-321x FEATURES:=squashfs pci usb gpio pcmcia MAINTAINER:=Florian Fainelli <florian@openwrt.org> +LINUX_VERSION:=3.10.32 +FEATURES += broken DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \ wpad-mini kmod-libphy kmod-r6040 kmod-input-core \ |