summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2026-06-18 21:14:53 +0000
committerHauke Mehrtens2026-06-19 00:01:09 +0000
commit98134ee1a38f967c2fa2e975fae8d21cc7bb2b81 (patch)
treecfdd968e6bacc566a994060d941b5518fd1a7c23
parenta8aef63898ad2bbb4a27b6abb31c9b6185ed3817 (diff)
downloadopenwrt-98134ee1a38f967c2fa2e975fae8d21cc7bb2b81.tar.gz
ubus: pin ABI version to old one
Keep the old ABI version, the ABI did not change in the last update. This prevents ABI conflicts when updating ubus. Fixes: d96413cba7ba ("ubus: update to Git HEAD (2026-05-23)") Link: https://github.com/openwrt/openwrt/pull/23866 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/system/ubus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 936a2984fa..a7fab2c839 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -1,14 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
PKG_SOURCE_DATE:=2026-05-23
PKG_SOURCE_VERSION:=795b32bb96b611493f423666236e9c1e49e0736c
PKG_MIRROR_HASH:=7fdc7c111b21277603448f20b15ebbf3adeab6e3f51fb99f216587f3b5998fbd
-PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
+# PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
+PKG_ABI_VERSION:=20251202
CMAKE_INSTALL:=1
PKG_LICENSE:=LGPL-2.1