summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-08-05 16:24:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-08-05 16:24:18 +0200
commit146312735ef40c651a6a5e3776d47606f91fae7c (patch)
treeb1861a391ce657fc948e81c8d22d8b7db486f050
parent78099dd4ddeaa6587c5127b8b1d902153dc2453d (diff)
downloadptxdist-146312735ef40c651a6a5e3776d47606f91fae7c.tar.gz
ptxdist-146312735ef40c651a6a5e3776d47606f91fae7c.tar.xz
rsync3: remove unnecessary dependency
rsync does not actually use libattr. The glibc in any reasonable toolchain provides all necessary features. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/rsync3.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/rsync3.in b/rules/rsync3.in
index 856a282c3..a847224e4 100644
--- a/rules/rsync3.in
+++ b/rules/rsync3.in
@@ -6,7 +6,6 @@ menuconfig RSYNC3
select OPENSSH if RUNTIME
select OPENSSH_SSH
select ACL if RSYNC3_ACL
- select ATTR if RSYNC3_ATTR
select ZSTD if RSYNC3_ZSTD
help
rsync is a program that behaves in much the same way that rcp does,