* Use new layout for CLI/Supervisor Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix install script * Fix config * Add docs * Fix shellcheck * Fix issue * rename package * Fix build * Fix apparmor
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
menuconfig BR2_PACKAGE_HASSIO
|
|
bool "Supervisor App"
|
|
help
|
|
This is the Application layer they build the
|
|
data partition with configurations.
|
|
|
|
https://github.com/home-assistant/supervisor
|
|
|
|
if BR2_PACKAGE_HASSIO
|
|
|
|
config BR2_PACKAGE_HASSIO_ARCH
|
|
string "Supervisor Arch"
|
|
help
|
|
Supervisor architecture which should be pull.
|
|
|
|
endif
|