diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-04-17 09:25:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-04-17 09:25:37 +0200 |
commit | e822bb614514782fca4d95bc06529e7e5e2d0f69 (patch) | |
tree | 7dc7044b477f5fc7eabe4560180c1c584cbf0c5d /packages/openwrt | |
parent | 4c9103827465c09d9d3df088f9c73463908d0ba4 (diff) |
Fix OpenWrt builds.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages/openwrt')
-rw-r--r-- | packages/openwrt/net/nDPId-testing/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/openwrt/net/nDPId-testing/Makefile b/packages/openwrt/net/nDPId-testing/Makefile index 36c6186af..12a4b7bab 100644 --- a/packages/openwrt/net/nDPId-testing/Makefile +++ b/packages/openwrt/net/nDPId-testing/Makefile @@ -126,7 +126,6 @@ define Package/nDPId-testing/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nDPIsrvd-analysed $(1)/usr/bin/nDPIsrvd-testing-analysed $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nDPIsrvd-captured $(1)/usr/bin/nDPIsrvd-testing-captured $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nDPIsrvd-collectd $(1)/usr/bin/nDPIsrvd-testing-collectd - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nDPIsrvd-json-dump $(1)/usr/bin/nDPIsrvd-testing-json-dump $(INSTALL_DIR) $(1)/etc/init.d/ $(INSTALL_BIN) $(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) |