From: Jan-Niklas Burfeind Date: Fri, 10 Oct 2025 13:09:12 +0000 (+0200) Subject: uradvd: use INSTALL_CONF for confguration X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b08d9d5a38beff92af1c37329ecb2ed9bd7f687d;p=feed%2Fpackages.git uradvd: use INSTALL_CONF for confguration instead of INSTALL_DATA. Co-authored-by: Josef Schlehofer Signed-off-by: Jan-Niklas Burfeind --- 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