From: Christian Marangi Date: Sun, 22 Jan 2023 18:50:04 +0000 (+0100) Subject: rpcd: bump libiwinfo abi requirement to >= 2023-01-21 X-Git-Tag: v23.05.0-rc1~1181 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=114c16852253b28504a233ac42d683e97b12b651;p=openwrt%2Fopenwrt.git rpcd: bump libiwinfo abi requirement to >= 2023-01-21 Bump libiwinfo abi requirement to >= 2023-01-21 for rpcd. Signed-off-by: Christian Marangi --- 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.))