Update buildroot & docker (#25)

* Update docker & buildroot

* Fix

* fix versions
This commit is contained in:
Pascal Vizeli
2018-05-28 14:58:22 +02:00
committed by GitHub
parent 7db3226a8e
commit b13086072c
1887 changed files with 22062 additions and 18015 deletions

View File

@@ -1,6 +1,8 @@
config BR2_PACKAGE_PROSODY
bool "prosody"
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
depends on BR2_USE_MMU # fork
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
select BR2_PACKAGE_LUAEXPAT # runtime
select BR2_PACKAGE_LUASEC # runtime
select BR2_PACKAGE_LUASOCKET # runtime
@@ -14,5 +16,6 @@ config BR2_PACKAGE_PROSODY
https://prosody.im
comment "prosody needs the lua interpreter"
depends on !BR2_PACKAGE_LUA_5_1 && !BR2_PACKAGE_LUAJIT
comment "prosody needs the lua interpreter, dynamic library"
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || BR2_STATIC_LIBS
depends on BR2_USE_MMU