Explorar el Código

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 <[email protected]>
Jo-Philipp Wich hace 9 años
padre
commit
19720a6f03
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      package/system/opkg/Makefile

+ 3 - 3
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