diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-18 23:23:40 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-18 23:23:40 +0000 |
commit | e2cc8ca357bfa06ee34a866901e8ea46a02f4176 (patch) | |
tree | c947c1704fbaa7f9617cee02ce257831d995f476 /package/opkg/patches/003-fs_overlay_support.patch | |
parent | 193c04bbe7870ec7d6b2f66503b2ad10a5b4e896 (diff) |
[package] opkg: update to r528, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21008 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/003-fs_overlay_support.patch')
-rw-r--r-- | package/opkg/patches/003-fs_overlay_support.patch | 2 |
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; |