projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9696540
)
uradvd: use INSTALL_CONF for confguration
author
Jan-Niklas Burfeind
<
[email protected]
>
Fri, 10 Oct 2025 13:09:12 +0000
(15:09 +0200)
committer
Hannu 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
patch
|
blob
|
history
diff --git
a/net/uradvd/Makefile
b/net/uradvd/Makefile
index fd63aaf3e5a36a7b9a63d63c8d20402997e5a8e4..b44f043348102c68cfb048d12d88aac56ec383c1 100644
(file)
--- 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