aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/003-fs_overlay_support.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-04-18 23:23:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-04-18 23:23:40 +0000
commitd429130518489e8186c5ea2ee8cd655d7f1aa2eb (patch)
treed99db6f1ae5aa114180717d9e9e5761880221c7a /package/opkg/patches/003-fs_overlay_support.patch
parentfa432efa8e500303bd9ed4f07fae63f2ab238c12 (diff)
downloadupstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.gz
upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.bz2
upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.zip
opkg: update to r528, refresh patches
SVN-Revision: 21008
Diffstat (limited to 'package/opkg/patches/003-fs_overlay_support.patch')
-rw-r--r--package/opkg/patches/003-fs_overlay_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/patches/003-fs_overlay_support.patch b/package/opkg/patches/003-fs_overlay_support.patch
index 4fed4d12e2..49dd1ff655 100644
--- a/package/opkg/patches/003-fs_overlay_support.patch
+++ b/package/opkg/patches/003-fs_overlay_support.patch
@@ -18,7 +18,7 @@ Signed-off-by: Nicolas Thill <nico@openwrt.org>
+++ b/libopkg/opkg_conf.h
@@ -76,6 +76,7 @@ struct opkg_conf
int check_signature;
- int nodeps; /* do not follow dependences */
+ int nodeps; /* do not follow dependencies */
char *offline_root;
+ char *overlay_root;
int query_all;