enable telnet client by default
[openwrt-10.03/.git] / package / libpng / Config.in
1 config BR2_PACKAGE_LIBPNG
2         tristate "libpng - PNG (Portable Network Graphics) format files handling library"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_ZLIB
5         help
6           A library for reading/writing PNG files
7           
8           http://www.libpng.org/pub/png/libpng.html
9           
10