diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-20 21:21:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-20 21:21:14 +0000 |
commit | 608de324793e5e5705528f8dd14c1f2951704d8f (patch) | |
tree | 0b0719cc32d882e0fe919bfcf0dbd1c36b6dfd4b /package/opkg/patches/011-old-config-location.patch | |
parent | 9e86a8064a0787c4939c5e126c0dbd57654df469 (diff) | |
download | upstream-608de324793e5e5705528f8dd14c1f2951704d8f.tar.gz upstream-608de324793e5e5705528f8dd14c1f2951704d8f.tar.bz2 upstream-608de324793e5e5705528f8dd14c1f2951704d8f.zip |
opkg: update to r503 - reduces peak memory usage by further 20%, rebased patches, restored old config file default
SVN-Revision: 18864
Diffstat (limited to 'package/opkg/patches/011-old-config-location.patch')
-rw-r--r-- | package/opkg/patches/011-old-config-location.patch | 14 |
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 |