X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0ea3d29e82f2d58ea212a8ddcc87d05d959a430f..cdef623ecb2fc1b289aea86698de803b81ed16f2:/package/jpeg/Config.in diff --git a/package/jpeg/Config.in b/package/jpeg/Config.in index 48a01ba47..326fa8b5f 100644 --- a/package/jpeg/Config.in +++ b/package/jpeg/Config.in @@ -1,15 +1,15 @@ config BR2_COMPILE_JPEG - bool + tristate default n depends BR2_PACKAGE_LIBJPEG config BR2_PACKAGE_LIBJPEG - tristate "libjpeg - The Independent JPEG Group's JPEG runtime library" + prompt "libjpeg........................... The Independent JPEG Group's JPEG runtime library" + tristate default m if CONFIG_DEVEL select BR2_COMPILE_JPEG help The Independent JPEG Group's JPEG runtime library. http://www.ijg.org/ -