Skip to content

Commit 8beb3b9

Browse files
committed
fix: missing LN
1 parent 77144c3 commit 8beb3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ns-dpi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ define Package/ns-dpi/install
6464
$(INSTALL_DIR) $(1)/usr/share/ns-plug/hooks/unregister
6565
$(INSTALL_DIR) $(1)/etc/xtables
6666
$(INSTALL_CONF) ./files/connlabel.conf $(1)/etc/connlabel.conf
67+
$(LN) /etc/connlabel.conf $(1)/etc/xtables/connlabel.conf
6768
$(INSTALL_BIN) ./files/dpi.init $(1)/etc/init.d/dpi
6869
$(INSTALL_BIN) ./files/dpi-license-update.init $(1)/etc/init.d/dpi-license-update
6970
$(INSTALL_BIN) ./files/dpi $(1)/usr/sbin/

0 commit comments

Comments
 (0)