1config BR2_PACKAGE_LYNX 2 bool "lynx" 3 depends on BR2_USE_MMU 4 select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES 5 select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS 6 help 7 The Text Web-Browser. 8 9 http://lynx.invisible-island.net/ 10