From 0a1bd36597f42781afb203d7d48a51b942586e9c Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 20 Apr 2020 12:58:11 +0200 Subject: [PATCH] update_binary-addons: drop vfs.nfs and vfs.sacd from exclude list vfs.nfs has recently been removed from kodi's binary addon repo and vfs.sacd is now included in LibreELEC Signed-off-by: Matthias Reichl --- tools/mkpkg/update_binary-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/update_binary-addons b/tools/mkpkg/update_binary-addons index 3099026381..1218a83c27 100755 --- a/tools/mkpkg/update_binary-addons +++ b/tools/mkpkg/update_binary-addons @@ -46,7 +46,7 @@ if [ $# -eq 0 -o $# -gt 2 ]; then fi # list of packages to exclude from update -EXCLUDED_PACKAGES="vfs.nfs vfs.sacd" +EXCLUDED_PACKAGES="" MY_DIR="$(dirname "$0")" ROOT="$(cd "${MY_DIR}"/../.. && pwd)"