summaryrefslogtreecommitdiffstats
path: root/package/zlib/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/zlib/Config.in')
-rw-r--r--package/zlib/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/zlib/Config.in b/package/zlib/Config.in
index bdc1da6056..87abc2bdd5 100644
--- a/package/zlib/Config.in
+++ b/package/zlib/Config.in
@@ -20,6 +20,15 @@ config BR2_PACKAGE_LIBZLIB
http://www.zlib.net
+config BR2_PACKAGE_ZLIB_NG
+ bool "zlib-ng"
+ select BR2_PACKAGE_HAS_ZLIB
+ help
+ Zlib replacement with optimizations for
+ "next generation" systems.
+
+ https://github.com/mtl1979/zlib-ng/tree/renamelib
+
endchoice
config BR2_PACKAGE_HAS_ZLIB
@@ -28,6 +37,7 @@ config BR2_PACKAGE_HAS_ZLIB
config BR2_PACKAGE_PROVIDES_ZLIB
string
default "libzlib" if BR2_PACKAGE_LIBZLIB
+ default "zlib-ng" if BR2_PACKAGE_ZLIB_NG
endif
OpenPOWER on IntegriCloud