config FREETZ_PACKAGE_LYNX bool "Lynx 2.8.9 web browser" select FREETZ_LIB_libncurses default n help Lynx text mode web browser Lynx is a fully-featured World Wide Web (WWW) client for users running cursor-addressable, character-cell display devices (e.g., vt100 terminals, vt100 emulators running on PCs or Macs, or any other character-cell display). It will display HTML documents containing links to files on the local system, as well as files on remote systems running http, gopher, ftp, wais, nntp, finger, or cso/ph/qi servers, and services accessible via logins to telnet, tn3270 or rlogin accounts. if FREETZ_PACKAGE_LYNX config FREETZ_PACKAGE_LYNX_WITH_SSL bool "With https support" select FREETZ_LIB_libcrypto select FREETZ_LIB_libssl select FREETZ_LIB_libdl if FREETZ_TARGET_UCLIBC_HAS_multiple_libs default y config FREETZ_PACKAGE_LYNX_WITH_ZLIB bool "With zlib support" select FREETZ_LIB_libz default y endif # FREETZ_PACKAGE_LYNX