libopkg: support passing default state flags in pkg_hash_load_feeds()
[oweals/opkg-lede.git] / libopkg / opkg.c
index d8c17cdf87bd099adaa1e10c5cd528d14059de12..dc1148386ba18e63c80a531dd843e0d92cd6cd02 100644 (file)
@@ -122,7 +122,7 @@ int opkg_new()
        if (opkg_conf_load())
                goto err0;
 
-       if (pkg_hash_load_feeds())
+       if (pkg_hash_load_feeds(0))
                goto err1;
 
        if (pkg_hash_load_status_files())