c83cd844b1
* Switch on in ES under Network Settings. * Connect via browser to http://device:8384. * Username: root, Password: System Settings Menu * A bit of startup optimization.
11 lines
262 B
Makefile
11 lines
262 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2022 - Fewtarius
|
|
|
|
PKG_NAME="synctools"
|
|
PKG_LICENSE="Apache-2.0"
|
|
PKG_SITE="www.jelos.org"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="Cloud/local sync tools metapackage."
|
|
|
|
PKG_DEPENDS_TARGET="rsync rclone syncthing"
|
|
|