mirror of https://github.com/hak5/openwrt-owl.git
zlib off by default, special targets off at the moment, because not used.
SVN-Revision: 284owl
parent
1737b28c5f
commit
6c804407f8
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_ZLIB
|
config BR2_PACKAGE_ZLIB
|
||||||
bool "zlib"
|
bool "zlib"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
zlib library
|
zlib library
|
||||||
|
|
|
@ -7,4 +7,3 @@ choice
|
||||||
source "target/squashfs-lzma/Config.in"
|
source "target/squashfs-lzma/Config.in"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
source "target/device/Config.in"
|
|
||||||
|
|
Loading…
Reference in New Issue