libopkg: support passing default state flags in pkg_hash_load_feeds()
[oweals/opkg-lede.git] / src / opkg-cl.c
index e0a4b2363316af7b01a7a735600524c2166d87b8..e2f10a11852eca066996f9b0416b96e59354d9a6 100644 (file)
@@ -421,7 +421,7 @@ int main(int argc, char *argv[])
 
        if (!nocheckfordirorfile) {
                if (!noreadfeedsfile) {
 
        if (!nocheckfordirorfile) {
                if (!noreadfeedsfile) {
-                       if (pkg_hash_load_feeds())
+                       if (pkg_hash_load_feeds(SF_NEED_DETAIL))
                                goto err1;
                }
 
                                goto err1;
                }