blob: fddf3d26027027cd3c6ffc995b0996ee0f2f249c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_LINKS
bool "links"
help
Graphics and text mode WWW browser (kind of like lynx).
http://links.twibright.com/
config BR2_PACKAGE_LINKS_GRAPHICS
bool "use graphics (directfb)"
depends on BR2_PACKAGE_LINKS
select BR2_PACKAGE_DIRECTFB
select BR2_PACKAGE_LIBPNG
help
Enable graphics output.
Otherwise links will be text-mode only.
|