diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-07-16 16:35:17 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-22 22:43:02 +0200 |
commit | c894267a627981dd01a7be18a8ca4bc8aacd0f06 (patch) | |
tree | d55d0355cb2dc672edddddd9e795dfacd7dcea3d /package/kodi | |
parent | 02e678ef949fc599a8f8e9f69376d32ceda1f93e (diff) | |
download | buildroot-c894267a627981dd01a7be18a8ca4bc8aacd0f06.tar.gz buildroot-c894267a627981dd01a7be18a8ca4bc8aacd0f06.zip |
package/kodi-inputstream-rtmp: new package
Select the new package by the legacy option for easier update.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: use SPDX license code.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi')
-rw-r--r-- | package/kodi/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 545b394d86..39355a7372 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -299,6 +299,10 @@ menu "Peripheral addons" source "package/kodi-peripheral-xarcade/Config.in" endmenu +menu "Inputstream addons" + source "package/kodi-inputstream-rtmp/Config.in" +endmenu + menu "PVR addons" source "package/kodi-pvr-argustv/Config.in" source "package/kodi-pvr-dvblink/Config.in" |