From b32c53e7d2fcc106c13ebfca4870af44423bf7c6 Mon Sep 17 00:00:00 2001 From: google@wwsnet.net Date: Sun, 12 Sep 2010 20:59:11 -0400 Subject: - split the loading part of opkg_conf_init() out into opkg_conf_load() - move the temporary destination list into the global config struct git-svn-id: http://opkg.googlecode.com/svn/trunk@561 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg.c') diff --git a/libopkg/opkg.c b/libopkg/opkg.c index 87c3244..b36dc1b 100644 --- a/libopkg/opkg.c +++ b/libopkg/opkg.c @@ -120,6 +120,9 @@ opkg_new() if (opkg_conf_init()) goto err0; + if (opkg_conf_load()) + goto err0; + if (pkg_hash_load_feeds()) goto err1; -- cgit v0.9.1