Update and rename buildroot-external/package/Config.in to buildroot-external/package/hassio/Config.in

This commit is contained in:
Pascal Vizeli 2018-04-12 15:36:20 +02:00 committed by GitHub
parent e82111341a
commit 6a57b15d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_HASSIO_APP config BR2_PACKAGE_HASSIO
bool "hassio-app" bool "hassio-app"
help help
This is the Application layer they build the This is the Application layer they build the
@ -6,34 +6,34 @@ config BR2_PACKAGE_HASSIO_APP
https://github.com/home-assistant/hassio-os https://github.com/home-assistant/hassio-os
if BR2_PACKAGE_HASSIO_APP if BR2_PACKAGE_HASSIO
config BR2_PACKAGE_HASSIO_APP_SUPERVISOR config BR2_PACKAGE_HASSIO_SUPERVISOR
string "supervisor docker image" string "supervisor docker image"
help help
Name of supervisor docker image they will be build in. Name of supervisor docker image they will be build in.
config BR2_PACKAGE_HASSIO_APP_SUPERVISOR_VERSION config BR2_PACKAGE_HASSIO_SUPERVISOR_VERSION
string "supervisor docker image version" string "supervisor docker image version"
help help
Version of supervisor docker image they will be build in. Version of supervisor docker image they will be build in.
config BR2_PACKAGE_HASSIO_APP_SUPERVISOR_ARGS config BR2_PACKAGE_HASSIO_SUPERVISOR_ARGS
string "supervisor docker arguments" string "supervisor docker arguments"
help help
Extended docker arguments to run the supervisor. Extended docker arguments to run the supervisor.
config BR2_PACKAGE_HASSIO_APP_CLI config BR2_PACKAGE_HASSIO_CLI
string "cli docker image" string "cli docker image"
help help
Name of cli docker image they will be build in. Name of cli docker image they will be build in.
config BR2_PACKAGE_HASSIO_APP_CLI_VERSION config BR2_PACKAGE_HASSIO_CLI_VERSION
string "cli docker image version" string "cli docker image version"
help help
Version of cli docker image they will be build in. Version of cli docker image they will be build in.
config BR2_PACKAGE_HASSIO_APP_CLI_ARGS config BR2_PACKAGE_HASSIO_CLI_ARGS
string "cli docker arguments" string "cli docker arguments"
help help
Extended docker arguments to run the cli. Extended docker arguments to run the cli.