uradvd: use INSTALL_CONF for confguration
authorJan-Niklas Burfeind <[email protected]>
Fri, 10 Oct 2025 13:09:12 +0000 (15:09 +0200)
committerHannu Nyman <[email protected]>
Sat, 25 Oct 2025 05:29:32 +0000 (08:29 +0300)
instead of INSTALL_DATA.

Co-authored-by: Josef Schlehofer <[email protected]>
Signed-off-by: Jan-Niklas Burfeind <[email protected]>
net/uradvd/Makefile

index fd63aaf3e5a36a7b9a63d63c8d20402997e5a8e4..b44f043348102c68cfb048d12d88aac56ec383c1 100644 (file)
@@ -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