summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/011-old-config-location.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-20 21:21:14 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-20 21:21:14 +0000
commitc449f37809f7c60d3a9b62353f2288f29cb8b707 (patch)
tree38b0777ec5e6e9df2ffe5d91fff98703b5f850a7 /package/opkg/patches/011-old-config-location.patch
parent2de0fda08551c3a26ff96ed5e1492ac1ad9fa468 (diff)
[package] opkg: update to r503 - reduces peak memory usage by further 20%, rebased patches, restored old config file default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18864 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..40d0b7566
--- /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