summaryrefslogtreecommitdiff
path: root/pkg/tinyemu/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tinyemu/gen.lua')
-rw-r--r--pkg/tinyemu/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tinyemu/gen.lua b/pkg/tinyemu/gen.lua
index 4fa1402a..bb921173 100644
--- a/pkg/tinyemu/gen.lua
+++ b/pkg/tinyemu/gen.lua
@@ -3,7 +3,8 @@ cflags{
'-D CONFIG_FS_NET',
'-D CONFIG_RISCV_MAX_XLEN=64',
'-D CONFIG_SLIRP',
- [[-D 'CONFIG_VERSION="2018-09-23"']],
+ '-D CONFIG_X86EMU',
+ [[-D 'CONFIG_VERSION="2019-02-10"']],
'-I $builddir/pkg/curl/include',
'-I $builddir/pkg/libressl/include',
}