From 2b10e4df935c301c74e41ea2cb5a0d0bb578d2f5 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 19 Jun 2023 17:10:28 +0200 Subject: [PATCH] add new opkg commands: install atbqt, atb-plugin-cc-iself, atb-plugin-dc, libdevicecontroller --- etc/psa_update/opkg_commands | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 354c64f..babac04 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -15,11 +15,13 @@ # list-installed # --force-reinstall install ptu5-atb-apinfo # --force-reinstall install atbqt -# update +# opkg update +# opkg install atbqt // die PTU-Kundenapplikation +# opkg install atb-plugin-cc-iself // das Ingenico-iSelf plugin +# opkg install atb-plugin-dc // das DeviceController plugin für ATBQT +# opkg install libdevicecontroller // libCAmaster.so opkg update -# opkg --noaction install atbqt -# opkg install atbqt -# -# -# - +opkg install atbqt +opkg install atb-plugin-cc-iself +opkg install atb-plugin-dc +opkg install libdevicecontroller