[openwrt/openwrt] opkg: clean up and fix performance regression
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 2 23:43:46 EST 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/08d90a75f915bc48603b9125960a9e26f44581c5
commit 08d90a75f915bc48603b9125960a9e26f44581c5
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Nov 3 04:42:32 2020 +0000
opkg: clean up and fix performance regression
da9746a libopkg: clean up handling of unresolved dependencies
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
Signed-off-by: Paul Spooren <mail at aparcar.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 ece90aa139..79e2932042 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -14,9 +14,9 @@ PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.openwrt.org/project/opkg-lede.git
-PKG_SOURCE_DATE:=2020-11-02
-PKG_SOURCE_VERSION:=383748952eb927737de89a5791599a0ca8f96c4d
-PKG_MIRROR_HASH:=54538b90e66a738d94ab6236173d36621f72a0214ca155201586906b27cf07fe
+PKG_SOURCE_DATE:=2020-11-03
+PKG_SOURCE_VERSION:=da9746aaa28fdc63a6e062bf00b25eba52bc8e5f
+PKG_MIRROR_HASH:=9c42a8f7dbce4d50b01c3cd10e1974611ffdd9547c27f8f5725b6237433f54e2
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list