ubus: fix ABI_VERSION

This commit is contained in:
CN_SZTL 2020-03-25 21:29:44 +08:00
parent 79c735cf81
commit 3589c240de
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -37,7 +37,7 @@ define Package/libubus
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libubox
ABI_VERSION:=$(PKG_VERSION)
ABI_VERSION:=20181006
TITLE:=OpenWrt RPC client library
endef