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

Commit

Permalink
traintastic-server now requires Lua 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reinder committed Jul 31, 2024
1 parent 8ffbc91 commit 1faa2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion traintastic/configs/traintastic-server-rpi4_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BR2_PACKAGE_RPI_FIRMWARE=y
BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y
BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi4-64/config_4_64bit.txt"
BR2_PACKAGE_LUA=y
BR2_PACKAGE_LUA_5_3=y
BR2_PACKAGE_LUA_5_4=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_KMOD=y
BR2_PACKAGE_KMOD_TOOLS=y
Expand Down
2 changes: 1 addition & 1 deletion traintastic/package/traintastic-server/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ config BR2_PACKAGE_TRAINTASTIC_SERVER
bool "traintastic-server"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_LUA_5_3
depends on BR2_PACKAGE_LUA_5_4
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
select BR2_PACKAGE_ZLIB
Expand Down

0 comments on commit 1faa2c4

Please sign in to comment.