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 | d5ab9b12bf7c8f7f758187f7370f452b030f51f9 (patch) | |
tree | cd7256e731b1cdb6f4caa8c45aadda657c7468cb /target/linux/x86/thincan/target.mk | |
parent | b8061d4e8ee02730c234960b5f88c5274e8d26ac (diff) | |
download | upstream-d5ab9b12bf7c8f7f758187f7370f452b030f51f9.tar.gz upstream-d5ab9b12bf7c8f7f758187f7370f452b030f51f9.tar.bz2 upstream-d5ab9b12bf7c8f7f758187f7370f452b030f51f9.zip |
x86/thincan: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39716
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 \ |