modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / package / opkg / patches / 011-old-config-location.patch
index 518993b254ae2bc13347ab97c887073a19beb86b..85c6d68ffdf7440a48b52b6ee26e156296fef956 100644 (file)
@@ -1,12 +1,10 @@
 --- a/src/opkg-cl.c
 +++ b/src/opkg-cl.c
-@@ -169,7 +169,10 @@
-                       printf("Confusion: getopt_long returned %d\n", c);
+@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[])
                }
        }
--    
-+
-+      if(!conf->conf_file)
++      if(!conf->conf_file && !conf->offline_root)
 +              conf->conf_file = xstrdup("/etc/opkg.conf");
 +
        if (parse_err)