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@mein.io>
This commit is contained in:
parent
5c49fecf72
commit
19720a6f03
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue