We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77144c3 commit 8beb3b9Copy full SHA for 8beb3b9
packages/ns-dpi/Makefile
@@ -64,6 +64,7 @@ define Package/ns-dpi/install
64
$(INSTALL_DIR) $(1)/usr/share/ns-plug/hooks/unregister
65
$(INSTALL_DIR) $(1)/etc/xtables
66
$(INSTALL_CONF) ./files/connlabel.conf $(1)/etc/connlabel.conf
67
+ $(LN) /etc/connlabel.conf $(1)/etc/xtables/connlabel.conf
68
$(INSTALL_BIN) ./files/dpi.init $(1)/etc/init.d/dpi
69
$(INSTALL_BIN) ./files/dpi-license-update.init $(1)/etc/init.d/dpi-license-update
70
$(INSTALL_BIN) ./files/dpi $(1)/usr/sbin/
0 commit comments