aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/jpeg/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/jpeg/Config.in')
-rw-r--r--openwrt/package/jpeg/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/jpeg/Config.in b/openwrt/package/jpeg/Config.in
deleted file mode 100644
index 326fa8b5f4..0000000000
--- a/openwrt/package/jpeg/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_COMPILE_JPEG
- tristate
- default n
- depends BR2_PACKAGE_LIBJPEG
-
-config BR2_PACKAGE_LIBJPEG
- 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/
-