[openwrt/openwrt] rpcd: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 19 06:34:11 PST 2022


jow pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/8e43a44f0851b647130ff753b07bddfccfeaf3e2

commit 8e43a44f0851b647130ff753b07bddfccfeaf3e2
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Dec 16 00:27:02 2022 +0100

    rpcd: update to latest Git HEAD
    
    7de4820 iwinfo: add "hwmodes_text" to the info output
    b3f530b iwinfo: clean up rpc_iwinfo_call_hw_ht_mode()
    c46ad61 iwinfo: reuse infos provided by libiwinfo
    6c5e900 iwinfo: constify string map arg for rpc_iwinfo_call_int()
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
    (cherry picked from commit d15b1fbed7abb6d4d536c32551ce6d73a309889b)
---
 package/system/rpcd/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index c63b8acda5..ab4589f88c 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
-PKG_MIRROR_HASH:=18137fa6904b1a7aec03a16a4c25fd9b9689b24ee14d431bacdda9f093339071
-PKG_SOURCE_DATE:=2022-09-21
-PKG_SOURCE_VERSION:=8c852b656bf1622dee1ae2cfa4c083f730c1c539
+PKG_MIRROR_HASH:=87dab115512070d3ab566ebe47859bad3c148986271cdb2ac05a0952be262519
+PKG_SOURCE_DATE:=2022-12-15
+PKG_SOURCE_VERSION:=7de4820c87437033f6b7716018f3bfa60a3f7b12
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 
 PKG_LICENSE:=ISC
@@ -68,8 +68,9 @@ endef
 
 
 # 1: plugin name
-# 2: extra dependencies
+# 2: additional dependencies
 # 3: plugin title/description
+# 4: extra dependencies
 define BuildPlugin
 
   PKG_CONFIG_DEPENDS += CONFIG_PACKAGE_rpcd-mod-$(1)
@@ -78,6 +79,7 @@ define BuildPlugin
     $(Package/rpcd/default)
     TITLE+= ($(1) plugin)
     DEPENDS+=rpcd $(2)
+    EXTRA_DEPENDS:=$(4)
   endef
 
   define Package/rpcd-mod-$(1)/description
@@ -101,5 +103,5 @@ endef
 $(eval $(call BuildPackage,rpcd))
 $(eval $(call BuildPlugin,file,,Provides ubus calls for file and directory operations.))
 $(eval $(call BuildPlugin,rpcsys,,Provides ubus calls for sysupgrade and password changing.))
-$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.))
+$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.,libiwinfo (>= 2022-12-15)))
 $(eval $(call BuildPlugin,ucode,+libucode,Allows implementing plugins using ucode scripts.))




More information about the lede-commits mailing list