Skip to content

Commit 7ce6441

Browse files
committed
fix(ns-dpi): fixed mwan3 warning with missing connlabel file (#1464)
1 parent 9f360fe commit 7ce6441

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/ns-dpi/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=ns-dpi
1010
PKG_VERSION:=0.2.0
11-
PKG_RELEASE:=1
11+
PKG_RELEASE:=2
1212

1313
PKG_BUILD_DIR:=$(BUILD_DIR)/ns-dpi-$(PKG_VERSION)
1414

@@ -62,6 +62,8 @@ define Package/ns-dpi/install
6262
$(INSTALL_DIR) $(1)/etc/init.d
6363
$(INSTALL_DIR) $(1)/etc/uci-defaults
6464
$(INSTALL_DIR) $(1)/usr/share/ns-plug/hooks/unregister
65+
$(INSTALL_DIR) $(1)/etc/xtables
66+
$(INSTALL_CONF) ./files/connlabel.conf $(1)/etc/xtables/connlabel.conf
6567
$(INSTALL_BIN) ./files/dpi.init $(1)/etc/init.d/dpi
6668
$(INSTALL_BIN) ./files/dpi-license-update.init $(1)/etc/init.d/dpi-license-update
6769
$(INSTALL_BIN) ./files/dpi $(1)/usr/sbin/
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
0 dummy
2+
1 block
3+
2 bulk
4+
3 best_effort
5+
4 video
6+
5 voice

0 commit comments

Comments
 (0)