[openwrt/openwrt] opkg: remove legacy dist and extra_data

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 10 04:25:28 EST 2020


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6ea03ec94c688d3a1a5489cc1d4dff44ec2f2ff2

commit 6ea03ec94c688d3a1a5489cc1d4dff44ec2f2ff2
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Dec 6 09:24:52 2020 -1000

    opkg: remove legacy dist and extra_data
    
    efb26a3 libopkg: remove "extra_data" option
    1d67ab7 libopkg: remove support for "dist" config
    
    Reduces opkg size by about 400 Bytes.
    
    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 c29dcb891e..4a7288d2e4 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-25
-PKG_SOURCE_VERSION:=66f458decf9fd2839d77bf420e93d9c78025488a
-PKG_MIRROR_HASH:=932cf0002fd05e8a231df6d3e2c807b2c62501aa36ac2a3e20665622872e262d
+PKG_SOURCE_DATE:=2020-12-05
+PKG_SOURCE_VERSION:=efb26a35e4e5446f135307c4ff7df9e9563c23a9
+PKG_MIRROR_HASH:=9294140567f1b122a7229fc80ab1b70e167b478c1a3062e0b64631c189beeda5
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list