[ufp] ufp: align dependencies

Christian Korber ckorber at tdt.de
Sun Sep 6 23:12:42 PDT 2026


Break all dependencies into separate lines.

Signed-off-by: Christian Korber <ckorber at tdt.de>
---
 utils/ufp/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/utils/ufp/Makefile b/utils/ufp/Makefile
index 47f1c1871..ac28c5e60 100644
--- a/utils/ufp/Makefile
+++ b/utils/ufp/Makefile
@@ -26,7 +26,13 @@ define Package/ufp
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Device fingerprinting daemon
-  DEPENDS:=+ucode +ucode-mod-fs +ucode-mod-struct +libubox +udhcpsnoop +unetmsg
+  DEPENDS:= \
+  	    +ucode \
+  	    +ucode-mod-fs \
+  	    +ucode-mod-struct \
+  	    +libubox \
+  	    +udhcpsnoop \
+  	    +ucode-mod-uloop
 endef
 
 define Package/ufp-neigh
-- 
2.47.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6005 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20260907/1bbf733a/attachment-0001.bin>


More information about the openwrt-devel mailing list