diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-10-17 18:28:34 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-10-17 18:28:34 +1100 |
commit | da5d8f08d28196e9ed80baf848bb6c8f17984199 (patch) | |
tree | 05bab61ee553f65a54ff48f42afaddc4bd40ec15 /openpower/configs/p9dsu_defconfig | |
parent | 3e9b33a6f27574d1f446e03f3039837171438be2 (diff) | |
download | blackbird-op-build-da5d8f08d28196e9ed80baf848bb6c8f17984199.tar.gz blackbird-op-build-da5d8f08d28196e9ed80baf848bb6c8f17984199.zip |
add lrzsz package to skiroot
This enables the use of rz/sz to send/receive files using ZMODEM.
This enables error detection and correction when using the console
to transfer files to/from the host.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/configs/p9dsu_defconfig')
-rw-r--r-- | openpower/configs/p9dsu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/configs/p9dsu_defconfig b/openpower/configs/p9dsu_defconfig index f680db66..35741118 100644 --- a/openpower/configs/p9dsu_defconfig +++ b/openpower/configs/p9dsu_defconfig @@ -33,6 +33,7 @@ BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_DROPBEAR=y # BR2_PACKAGE_DROPBEAR_SERVER is not set BR2_PACKAGE_ETHTOOL=y +BR2_PACKAGE_LRZSZ=y BR2_PACKAGE_NETCAT=y BR2_PACKAGE_RSYNC=y BR2_TARGET_ROOTFS_CPIO_XZ=y |