From 779913347d6851c99abb0e51e13fb644a131b4dd Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 9 Dec 2024 17:33:17 +0100 Subject: [PATCH] opkg: install ptu-package-versions ... ... upgrade does not work for packages which are not installed --- etc/psa_update/opkg_commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index ec8b93b..24c4867 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -14,7 +14,7 @@ opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc opkg --cache /var/cache/opkg --download-only upgrade atbqt opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller -opkg --cache /var/cache/opkg --download-only upgrade ptu-package-versions +opkg --cache /var/cache/opkg --download-only install ptu-package-versions opkg --cache /var/cache/opkg --download-only install wbdw # opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis @@ -24,5 +24,5 @@ opkg --cache /var/cache/opkg upgrade atb-dc-libraries opkg --cache /var/cache/opkg upgrade atb-plugin-dc opkg --cache /var/cache/opkg upgrade atbqt opkg --cache /var/cache/opkg upgrade ptu5-systemcontroller -opkg --cache /var/cache/opkg upgrade ptu-package-versions +opkg --cache /var/cache/opkg install ptu-package-versions opkg --cache /var/cache/opkg install wbdw