diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 13:07:23 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 13:07:23 +0000 |
commit | fcd0af8989de34e2805b2ea7709e2950ac9a150c (patch) | |
tree | 415aef4786d1105b58b254461d14c729219d189c | |
parent | 7d5070b9d304287eeb7f76c68d7c05ddf6653a61 (diff) |
x86/thincan: 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@39716 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/thincan/target.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/x86/thincan/target.mk b/target/linux/x86/thincan/target.mk index 6fc2f97007..c0d3b1ca32 100644 --- a/target/linux/x86/thincan/target.mk +++ b/target/linux/x86/thincan/target.mk @@ -1,7 +1,8 @@ DEVICE_TYPE:=terminal BOARDNAME:=Artec ThinCan - +LINUX_VERSION:=3.10.32 CPU_TYPE := geode +FEATURES += broken DEFAULT_PACKAGES:=\ base-files \ |