Core has an option to enable ACL/XATTR by default;
if that is set default rsync to use it.
Signed-off-by: Daniel Dickinson <redacted>
config RSYNC_xattr
bool
prompt "Enable xattr support"
+ default y if USE_FS_ACL_ATTR
default n
config RSYNC_acl
bool
prompt "Enable ACL support"
+ default y if USE_FS_ACL_ATTR
default n
config RSYNC_zlib
PKG_NAME:=rsync
PKG_VERSION:=3.1.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src