summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/lib/Config.in
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
commit4aca87515a5083ae0e31ce3177189fd43b6d05ac (patch)
tree7b1d9a31393ca090757dc6f0d3859b4fcd93f271 /release/src/linux/linux/lib/Config.in
parent008d0be72b2f160382c6e880765e96b64a050c65 (diff)
downloadtomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.gz
tomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.bz2
patch to Vanilla Tomato 1.28
Diffstat (limited to 'release/src/linux/linux/lib/Config.in')
-rw-r--r--release/src/linux/linux/lib/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/src/linux/linux/lib/Config.in b/release/src/linux/linux/lib/Config.in
index 527477aa..5edba1f5 100644
--- a/release/src/linux/linux/lib/Config.in
+++ b/release/src/linux/linux/lib/Config.in
@@ -8,14 +8,12 @@ comment 'Library routines'
# Do we need the compression support?
#
if [ "$CONFIG_CRAMFS" = "y" -o \
- "$CONFIG_SQUASHFS" = "y" -o \
"$CONFIG_PPP_DEFLATE" = "y" -o \
"$CONFIG_JFFS2_FS" = "y" -o \
"$CONFIG_ZISOFS_FS" = "y" ]; then
define_tristate CONFIG_ZLIB_INFLATE y
else
if [ "$CONFIG_CRAMFS" = "m" -o \
- "$CONFIG_SQUASHFS" = "m" -o \
"$CONFIG_PPP_DEFLATE" = "m" -o \
"$CONFIG_JFFS2_FS" = "m" -o \
"$CONFIG_ZISOFS_FS" = "m" ]; then