From 257ef8d012051a1fc847ca3729572d3126571ff9 Mon Sep 17 00:00:00 2001 From: Michael Schaffner Date: Tue, 4 Jun 2019 22:49:08 +0200 Subject: [PATCH] Add lynx to buildroot --- configs/buildroot_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/buildroot_defconfig b/configs/buildroot_defconfig index bc8f537b..58872235 100644 --- a/configs/buildroot_defconfig +++ b/configs/buildroot_defconfig @@ -32,8 +32,13 @@ BR2_PACKAGE_ETHTOOL=y BR2_PACKAGE_IPERF3=y BR2_PACKAGE_IPROUTE2=y BR2_PACKAGE_OPENSSH=y +BR2_PACKAGE_OPENSSL=y BR2_PACKAGE_TCPDUMP=y BR2_TARGET_ROOTFS_CPIO_GZIP=y BR2_TARGET_ROOTFS_INITRAMFS=y # BR2_TARGET_ROOTFS_TAR is not set BR2_PACKAGE_E2FSPROGS +BR2_PACKAGE_NCURSES=y +BR2_PACKAGE_ZLIB=y +BR2_PACKAGE_LYNX=y +