X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5e52855bff5a4ccadebaaf4b46adc5a62b5294db..936485f730801be1d724f5a011e11f6f4bc75d11:/package/opkg/patches/003-fs_overlay_support.patch diff --git a/package/opkg/patches/003-fs_overlay_support.patch b/package/opkg/patches/003-fs_overlay_support.patch index aa8b83ba6..0716ae481 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 --- 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 { "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;