mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-26 19:07:15 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
|
|
bool "kodi-inputstream-adaptive"
|
|
# wvdecrypter/cdm/build/build_config.h
|
|
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
|
|| BR2_mips64el || BR2_x86_64
|
|
help
|
|
Kodi inputstream addon for several manifest types
|
|
|
|
https://github.com/xbmc/inputstream.adaptive
|