Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1faa2c4

Browse files
committed
traintastic-server now requires Lua 5.4
1 parent 8ffbc91 commit 1faa2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

traintastic/configs/traintastic-server-rpi4_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BR2_PACKAGE_RPI_FIRMWARE=y
2323
BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y
2424
BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi4-64/config_4_64bit.txt"
2525
BR2_PACKAGE_LUA=y
26-
BR2_PACKAGE_LUA_5_3=y
26+
BR2_PACKAGE_LUA_5_4=y
2727
BR2_PACKAGE_DROPBEAR=y
2828
BR2_PACKAGE_KMOD=y
2929
BR2_PACKAGE_KMOD_TOOLS=y

traintastic/package/traintastic-server/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ config BR2_PACKAGE_TRAINTASTIC_SERVER
22
bool "traintastic-server"
33
depends on BR2_INSTALL_LIBSTDCPP
44
depends on BR2_TOOLCHAIN_HAS_THREADS
5-
depends on BR2_PACKAGE_LUA_5_3
5+
depends on BR2_PACKAGE_LUA_5_4
66
select BR2_PACKAGE_BOOST
77
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
88
select BR2_PACKAGE_ZLIB

0 commit comments

Comments
 (0)