fix copy loader.elf to image builder and add some package lists for brcm-2.6 (fixes...
[openwrt.git] / package / libpng / Config.in
1 config BR2_PACKAGE_LIBPNG
2         prompt "libpng............................ PNG (Portable Network Graphics) format files handling library"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_ZLIB
6         help
7           A library for reading/writing PNG files
8           
9           http://www.libpng.org/pub/png/libpng.html
10