diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 18:20:30 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 18:20:30 +0000 |
commit | 124ea9b9a05f4c50ef4f86a4e4705116a3b07d2f (patch) | |
tree | c1242b7c33a91a8e24fe26d5a179e7246ab2d360 /target | |
parent | ab46b6d5848cbafeac2d1ee9cbe46fcb49634586 (diff) |
x86/olpc: 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@39731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/olpc/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/olpc/target.mk b/target/linux/x86/olpc/target.mk index 9ed2edc9eb..a54911761a 100644 --- a/target/linux/x86/olpc/target.mk +++ b/target/linux/x86/olpc/target.mk @@ -1,2 +1,4 @@ BOARDNAME:=OLPC XO-1 DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci kmod-libertas +LINUX_VERSION:=3.10.32 +FEATURES += broken |