diff options
Diffstat (limited to 'package/system/ubus/Makefile')
-rw-r--r-- | package/system/ubus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index 8fd5cf6edb..6653132351 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -36,7 +36,7 @@ define Package/libubus SECTION:=libs CATEGORY:=Libraries DEPENDS:=+libubox - ABI_VERSION:=$(PKG_VERSION) + ABI_VERSION:=20170705 TITLE:=OpenWrt RPC client library endef |