diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 13:07:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 13:07:23 +0000 |
commit | 0306141bf8ec9e827110612890d825d83e5ad57f (patch) | |
tree | 415aef4786d1105b58b254461d14c729219d189c /target/linux/x86/thincan/target.mk | |
parent | a82bcd46186300b1ccadb636c5ea8e4b196c71b3 (diff) | |
download | upstream-0306141bf8ec9e827110612890d825d83e5ad57f.tar.gz upstream-0306141bf8ec9e827110612890d825d83e5ad57f.tar.bz2 upstream-0306141bf8ec9e827110612890d825d83e5ad57f.zip |
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
Diffstat (limited to 'target/linux/x86/thincan/target.mk')
-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 \ |