aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/003-fs_overlay_support.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-07 12:37:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-07 12:37:49 +0000
commitd7272853a2c6d34751637be12e7d451504f02f3f (patch)
treee1c5a5da42326a1a23ddbe27395cf7e6d3543d07 /package/opkg/patches/003-fs_overlay_support.patch
parent02b4c152e205b4ef56e3f53ae1cce02af699ebb9 (diff)
downloadupstream-d7272853a2c6d34751637be12e7d451504f02f3f.tar.gz
upstream-d7272853a2c6d34751637be12e7d451504f02f3f.tar.bz2
upstream-d7272853a2c6d34751637be12e7d451504f02f3f.zip
opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - went upstream
SVN-Revision: 19061
Diffstat (limited to 'package/opkg/patches/003-fs_overlay_support.patch')
-rw-r--r--package/opkg/patches/003-fs_overlay_support.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/opkg/patches/003-fs_overlay_support.patch b/package/opkg/patches/003-fs_overlay_support.patch
index aa8b83ba6e..0716ae4818 100644
--- a/package/opkg/patches/003-fs_overlay_support.patch
+++ b/package/opkg/patches/003-fs_overlay_support.patch
@@ -6,8 +6,8 @@ Signed-off-by: Nicolas Thill <nico@openwrt.org>
--- a/libopkg/opkg_conf.c
+++ b/libopkg/opkg_conf.c
-@@ -58,6 +58,7 @@
- { "noaction", OPKG_OPT_TYPE_BOOL, &_conf.noaction },
+@@ -62,6 +62,7 @@
+ { "download_only", OPKG_OPT_TYPE_BOOL, &_conf.download_only },
{ "nodeps", OPKG_OPT_TYPE_BOOL, &_conf.nodeps },
{ "offline_root", OPKG_OPT_TYPE_STRING, &_conf.offline_root },
+ { "overlay_root", OPKG_OPT_TYPE_STRING, &_conf.overlay_root },
@@ -16,7 +16,7 @@ Signed-off-by: Nicolas Thill <nico@openwrt.org>
{ "query-all", OPKG_OPT_TYPE_BOOL, &_conf.query_all },
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
-@@ -74,6 +74,7 @@
+@@ -76,6 +76,7 @@
int check_signature;
int nodeps; /* do not follow dependences */
char *offline_root;