mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
uradvd: use INSTALL_CONF for confguration
instead of INSTALL_DATA. Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
This commit is contained in:
committed by
Hannu Nyman
parent
96965400e1
commit
b08d9d5a38
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user