X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f850b2d6be8e065d523187f3514bb2a0a789353c..8bb07ec4ed27e91fef68badb99096256c6b9ac35:/openwrt/package/jpeg/Config.in?ds=sidebyside diff --git a/openwrt/package/jpeg/Config.in b/openwrt/package/jpeg/Config.in index 48a01ba47..326fa8b5f 100644 --- a/openwrt/package/jpeg/Config.in +++ b/openwrt/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/ -