aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/003-fs_overlay_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:29:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:29:17 +0000
commit5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f (patch)
tree9934fa1ea8bcf4a19eb86c074160c7d77a209a12 /package/opkg/patches/003-fs_overlay_support.patch
parent179ba60e0e5007e9011700af573669e1ada17b2d (diff)
downloadupstream-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.tar.gz
upstream-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.tar.bz2
upstream-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.zip
package/opkg: refresh patches
SVN-Revision: 20474
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 0d4402ed12..4fed4d12e2 100644
--- a/package/opkg/patches/003-fs_overlay_support.patch
+++ b/package/opkg/patches/003-fs_overlay_support.patch
@@ -6,7 +6,7 @@ Signed-off-by: Nicolas Thill <nico@openwrt.org>
--- a/libopkg/opkg_conf.c
+++ b/libopkg/opkg_conf.c
-@@ -62,6 +62,7 @@
+@@ -62,6 +62,7 @@ opkg_option_t options[] = {
{ "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 },
@@ -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
-@@ -76,6 +76,7 @@
+@@ -76,6 +76,7 @@ struct opkg_conf
int check_signature;
int nodeps; /* do not follow dependences */
char *offline_root;
@@ -34,7 +34,7 @@ Signed-off-by: Nicolas Thill <nico@openwrt.org>
#include "pkg.h"
#include "pkg_hash.h"
-@@ -189,13 +190,24 @@
+@@ -189,13 +190,24 @@ static int
verify_pkg_installable(pkg_t *pkg)
{
unsigned long kbs_available, pkg_size_kbs;