[openwrt/openwrt] rpcd: bump libiwinfo abi requirement to >= 2023-01-21

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 23 04:56:10 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/114c16852253b28504a233ac42d683e97b12b651

commit 114c16852253b28504a233ac42d683e97b12b651
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sun Jan 22 19:50:04 2023 +0100

    rpcd: bump libiwinfo abi requirement to >= 2023-01-21
    
    Bump libiwinfo abi requirement to >= 2023-01-21 for rpcd.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/system/rpcd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 478d911292..70d61fa9ad 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rpcd
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
@@ -103,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.,libiwinfo (>= 2022-12-15)))
+$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.,libiwinfo (>= 2023-01-21)))
 $(eval $(call BuildPlugin,ucode,+libucode,Allows implementing plugins using ucode scripts.))




More information about the lede-commits mailing list