Skip to content

Commit

Permalink
socat: update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lienol committed Nov 5, 2024
1 parent f45e5be commit 7814955
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/socat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ CONFIGURE_VARS += \
define Package/socat/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./files/socat.config $(1)/etc/config/socat
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/socat.init $(1)/etc/init.d/socat
endef

$(eval $(call BuildPackage,socat))

0 comments on commit 7814955

Please sign in to comment.