mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2 ptpd2-2.3.1.tar.gz
|
||||
sha256 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2 ptpd2-2.3.1.tar.gz
|
||||
sha256 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09 COPYRIGHT
|
||||
|
||||
@@ -32,9 +32,6 @@ endef
|
||||
define PTPD2_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 644 package/ptpd2/ptpd2.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/ptpd2.service
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -sf ../../../../usr/lib/systemd/system/ptpd2.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/ptpd2.service
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user