From: Robert Marko Date: Wed, 16 Oct 2024 09:14:54 +0000 (+0200) Subject: opkg: update to Git HEAD (2024-10-16) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f20893a6bcf75268e4548fb73c23f956f3843764;p=openwrt%2Fstaging%2Flinusw.git opkg: update to Git HEAD (2024-10-16) 38eccbb1fd69 libopkg: allow install package from https and ftps Link: https://github.com/openwrt/openwrt/pull/16715 Signed-off-by: Robert Marko --- diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 047d723750..9fea969ae9 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/opkg-lede.git -PKG_SOURCE_DATE:=2022-02-24 -PKG_SOURCE_VERSION:=d038e5b6d155784575f62a66a8bb7e874173e92e -PKG_MIRROR_HASH:=6889f7d322996f9291f42d7d6a5877d256b91d4a01d6015cebaae9227702eb43 +PKG_SOURCE_DATE:=2024-10-16 +PKG_SOURCE_VERSION:=38eccbb1fd694d4798ac1baf88f9ba83d1eac616 +PKG_MIRROR_HASH:=de58ff1c99c14789f9ba8946623c8c1e58d022e7e2a659d6f97c6fde54f2c4f4 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING