mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 05:08:21 +00:00
* tinker: initial support * Fix info * Fix uboot defconfig * Split kernel config * Fix name * Add post-image * Init different boot * Add SPL images * Dynamic rauc config * Support SPL for OTA * Fix expand script style * Fix SPL * Bump build u-boot * Cleanup * Add cmd for scritps * Use kernel from armbian * Fix u-boot * Add bluetooth support * Fix bt * Fix env * Change uart debug like rpi * move config
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
source "$BR2_EXTERNAL_HASSOS_PATH/package/hassos/Config.in"
|
|
source "$BR2_EXTERNAL_HASSOS_PATH/package/libapparmor/Config.in"
|
|
source "$BR2_EXTERNAL_HASSOS_PATH/package/apparmor/Config.in"
|
|
source "$BR2_EXTERNAL_HASSOS_PATH/package/bluetooth-bcm43xx/Config.in"
|
|
source "$BR2_EXTERNAL_HASSOS_PATH/package/bluetooth-rtl8723/Config.in"
|