]> git.99rst.org Git - openwrt-packages.git/commitdiff
olsrd: add missing jshn dependency to olsrd-utils
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 10:39:35 +0000 (12:39 +0200)
committerNick Hainke <redacted>
Thu, 13 Aug 2026 21:21:19 +0000 (23:21 +0200)
The only file shipped by olsrd-utils is olsrd-neigh.sh, which
sources /usr/share/libubox/jshn.sh on its third line. That file
belongs to the jshn package, which is not pulled in by the
olsrd -> libubus -> libubox dependency chain, so on a minimal image
the utility fails immediately with "not found".

Reported-by: openwrt-ai[bot]
Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/olsrd/Makefile

index 524262075a041ae7639f0318914d32815362f151..8160b8a2b1e85936dba20d616054a76a180b2657 100644 (file)
@@ -159,7 +159,7 @@ endef
 
 define Package/olsrd-utils
   $(call Package/olsrd/template)
-  DEPENDS:=olsrd
+  DEPENDS:=olsrd +jshn
   TITLE:=Utils for OLSRD
 endef
 
git clone https://git.99rst.org/PROJECT