From 2a0210f42b6d90453a1eeeefd0e8e998c3bae1ea Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 3 May 2020 18:24:34 +0200 Subject: [PATCH] opkg-cl: don't read feeds on opkg update Signed-off-by: Jo-Philipp Wich --- src/opkg-cl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/opkg-cl.c b/src/opkg-cl.c index a3ea5c1..351574b 100644 --- a/src/opkg-cl.c +++ b/src/opkg-cl.c @@ -413,7 +413,8 @@ int main(int argc, char *argv[]) !strcmp(cmd_name, "list-installed") || !strcmp(cmd_name, "list_changed_conffiles") || !strcmp(cmd_name, "list-changed-conffiles") || - !strcmp(cmd_name, "status")) + !strcmp(cmd_name, "status") || + !strcmp(cmd_name, "update")) noreadfeedsfile = 1; cmd = opkg_cmd_find(cmd_name); -- 2.30.2