sysdrv/tools/board/buildroot/luckfox_pico_defconfig : Add rsync command for backup
Signed-off-by: eng29 <eng29@luckfox.com>
This commit is contained in:
parent
b9c6a4d2da
commit
b0b1e4d985
|
|
@ -40,6 +40,7 @@ BR2_PACKAGE_DTC=y
|
|||
BR2_PACKAGE_DTC_PROGRAMS=y
|
||||
BR2_PACKAGE_LIBV4L=y
|
||||
BR2_PACKAGE_LIBV4L_UTILS=y
|
||||
BR2_PACKAGE_LIBRSYNC=y
|
||||
BR2_PACKAGE_PCRE2=y
|
||||
BR2_PACKAGE_PCRE2_16=y
|
||||
BR2_PACKAGE_PCRE2_32=y
|
||||
|
|
@ -48,6 +49,7 @@ BR2_PACKAGE_IPERF3=y
|
|||
BR2_PACKAGE_LRZSZ=y
|
||||
BR2_PACKAGE_NTP=y
|
||||
BR2_PACKAGE_OPENSSH=y
|
||||
BR2_PACKAGE_RSYNC=y
|
||||
BR2_PACKAGE_SOCAT=y
|
||||
BR2_PACKAGE_BASH=y
|
||||
BR2_PACKAGE_BASH_LOADABLE_EXAMPLES=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue