[openwrt/openwrt] opkg: update to git HEAD of 2022-01-09
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 9 12:11:02 PST 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/000825d7925f4f6a2900a2b13eb4245df0e6521b
commit 000825d7925f4f6a2900a2b13eb4245df0e6521b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Jan 9 20:09:15 2022 +0000
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 at makrotopia.org>
---
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 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
More information about the lede-commits
mailing list