X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a774a61a35914d2a07e212be2ffb9e97fd9b9536..5986668ca9d41f7b6aee1c9890345853e157aa6b:/package/opkg/patches/003-fs_overlay_support.patch?ds=sidebyside diff --git a/package/opkg/patches/003-fs_overlay_support.patch b/package/opkg/patches/003-fs_overlay_support.patch index 4fed4d12e..49dd1ff65 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 +++ 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;