From 0d53fe656c7bc7613ae6ed7bdf09149382dfda77 Mon Sep 17 00:00:00 2001 From: Lienol <23146169+Lienol@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:27:07 +0800 Subject: [PATCH] socat: update default config --- net/socat/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/socat/Makefile b/net/socat/Makefile index 2771928a96..444d26e441 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -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))