[source] opkg: fix handling conffiles in status lists

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 22 04:48:24 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/19720a6f035107b596814dd0de6b402096809ab4

commit 19720a6f035107b596814dd0de6b402096809ab4
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Feb 22 13:46:55 2017 +0100

    opkg: fix handling conffiles in status lists
    
    A missing list pointer initialization caused opkg to ignore conffile entries
    from status files, breaking the conffile tracking on the target.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/system/opkg/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 44ced06..22a1c93 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -15,9 +15,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git
-PKG_SOURCE_DATE:=2017-02-20
-PKG_SOURCE_VERSION:=bec9804c73acf74ba112c9eec4ce7ba97e140c89
-PKG_MIRROR_HASH:=
+PKG_SOURCE_DATE:=2017-02-22
+PKG_SOURCE_VERSION:=271d485c10f2070573b25e740b93839945dbcd9d
+PKG_MIRROR_HASH:=f48fcbc9f509629aec30bca6aeaf78d831c9a041ac87468f7429d20361384ca9
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list