X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=src%2Fopkg-cl.c;fp=src%2Fopkg-cl.c;h=351574b175bb049b8c445ed0306a6c23f027d408;hp=a3ea5c139aa2221c0075796ead72212c731a66a6;hb=2a0210f42b6d90453a1eeeefd0e8e998c3bae1ea;hpb=b6f196764a30e75f4667ac68ad92c001dce19e91 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);