diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-01-09 20:09:15 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-09 20:10:32 +0000 |
commit | 000825d7925f4f6a2900a2b13eb4245df0e6521b (patch) | |
tree | ce97cdf256763e8c477b91880fbecf977aeb1558 | |
parent | b29f4cf34cc8c83034b696d185325a655a23bc06 (diff) | |
download | upstream-000825d7925f4f6a2900a2b13eb4245df0e6521b.tar.gz upstream-000825d7925f4f6a2900a2b13eb4245df0e6521b.tar.bz2 upstream-000825d7925f4f6a2900a2b13eb4245df0e6521b.zip |
opkg: update to git HEAD of 2022-01-09
db7fb64 libopkg: pkg_hash: prefer to-be-installed packages
2edcfad libopkg: set 'const' attribute for argv
This should fix the ImageBuilder problems people are having since we
introduced the 'uci-firewall' providers.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | package/system/opkg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index bd9fab474c..8ac822f17e 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -12,9 +12,9 @@ PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/opkg-lede.git -PKG_SOURCE_DATE:=2021-06-13 -PKG_SOURCE_VERSION:=1bf042dd06751b693a8544d2317e5b969d666b69 -PKG_MIRROR_HASH:=aeda4e0f11805bf95fc7be6d38391ce579acd965c8ba6a490b3e8669815b7264 +PKG_SOURCE_DATE:=2022-01-09 +PKG_SOURCE_VERSION:=2edcfad1bb9a32f31199d5842aa087b4d30ec6f5 +PKG_MIRROR_HASH:=b21e51ffe5bae3ca01865415630cc1f4b471f69e0d7947264a579165c7d44294 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |