From b08d9d5a38beff92af1c37329ecb2ed9bd7f687d Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Fri, 10 Oct 2025 15:09:12 +0200 Subject: [PATCH] uradvd: use INSTALL_CONF for confguration instead of INSTALL_DATA. Co-authored-by: Josef Schlehofer Signed-off-by: Jan-Niklas Burfeind --- net/uradvd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/uradvd/Makefile b/net/uradvd/Makefile index fd63aaf3e5..b44f043348 100644 --- a/net/uradvd/Makefile +++ b/net/uradvd/Makefile @@ -27,7 +27,7 @@ endef define Package/uradvd/install $(INSTALL_DIR) $(1)/etc/config/ - $(INSTALL_DATA) ./files/uradvd.config $(1)/etc/config/uradvd + $(INSTALL_CONF) ./files/uradvd.config $(1)/etc/config/uradvd $(INSTALL_DIR) $(1)/etc/init.d/ $(INSTALL_BIN) ./files/uradvd.init $(1)/etc/init.d/uradvd $(INSTALL_DIR) $(1)/usr/sbin -- 2.30.2