aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/011-old-config-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/opkg/patches/011-old-config-location.patch')
-rw-r--r--package/opkg/patches/011-old-config-location.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch
new file mode 100644
index 0000000000..40d0b75665
--- /dev/null
+++ b/package/opkg/patches/011-old-config-location.patch
@@ -0,0 +1,14 @@
+--- a/src/opkg-cl.c
++++ b/src/opkg-cl.c
+@@ -169,7 +169,10 @@
+ printf("Confusion: getopt_long returned %d\n", c);
+ }
+ }
+-
++
++ if(!conf->conf_file)
++ conf->conf_file = "/etc/opkg.conf";
++
+ if (parse_err)
+ return parse_err;
+ else