From f46ac4075a0433ad0d7d56010d09b59c0139ad3c Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 22 Jun 2023 15:43:21 +0200 Subject: [PATCH] activate only handling of opkg-commands --- update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.cpp b/update.cpp index 96a9879..ba1274d 100644 --- a/update.cpp +++ b/update.cpp @@ -24,8 +24,8 @@ #define COLUMN_DATE_TIME (2) #define COLUMN_RESULT (3) -#define UPDATE_OPKG (0) -#define UPDATE_DC (1) +#define UPDATE_OPKG (1) +#define UPDATE_DC (0) #define UPDATE_PRINTER_TEMPLATES (0) #define UPDATE_CASH_TEMPLATE (0) #define UPDATE_CONF_TEMPLATE (0)