mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 13:19:27 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
config BR2_PACKAGE_ERLANG_EIMP
|
|
bool "erlang-eimp"
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
select BR2_PACKAGE_GD
|
|
select BR2_PACKAGE_GD_WEBPNG
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_WEBP
|
|
help
|
|
Erlang Image Manipulation Process
|
|
|
|
https://github.com/processone/eimp
|