diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 18:20:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 18:20:30 +0000 |
commit | a485bd350b3c0278b28f121a797843e4d29911e4 (patch) | |
tree | cd9c6e460ec2bb0e1c90124ff2a966f883dbdff4 /target/linux/x86/olpc | |
parent | 543fc517f4b4b9847cfcc2ef43ee60c0bbf1ce8b (diff) | |
download | upstream-a485bd350b3c0278b28f121a797843e4d29911e4.tar.gz upstream-a485bd350b3c0278b28f121a797843e4d29911e4.tar.bz2 upstream-a485bd350b3c0278b28f121a797843e4d29911e4.zip |
x86/olpc: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39731
Diffstat (limited to 'target/linux/x86/olpc')
-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 |