Files
operating-system/buildroot-external/package/hassio/Config.in
Pascal Vizeli 45c62716cb New way to install/run supervisor + plugins (#620)
* 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
2020-04-21 14:37:25 +02:00

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