We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43146de commit 7af5641Copy full SHA for 7af5641
packages/netifyd/Makefile
@@ -50,6 +50,11 @@ define Package/netifyd/description
50
Netifyd meta package compiled for NethSecurity 8.
51
endef
52
53
+define Package/ns-dpi/postinst
54
+#!/bin/sh
55
+exit 0
56
+endef
57
+
58
define Download/libnetifyd
59
URL:=$(NETIFYD_BASE_URL)/usr/lib
60
URL_FILE:=libnetifyd.so.4.0.0
0 commit comments