summaryrefslogtreecommitdiff
path: root/package/squid
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-12-15 09:56:59 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-20 21:48:26 +0100
commit2f2c799697e29a3cf212f96c1e239292cea7ec47 (patch)
treec5d6d6d25ff8294efcb4ab63539e5ced2006bceb /package/squid
parentd80ae656f5b9013d030192942a906edda8376eb6 (diff)
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/squid')
-rw-r--r--package/squid/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squid/Config.in b/package/squid/Config.in
index ce3837175..9953b0dbd 100644
--- a/package/squid/Config.in
+++ b/package/squid/Config.in
@@ -2,7 +2,7 @@ comment "squid needs a toolchain w/ C++, IPv6, headers >= 3.0"
depends on BR2_USE_MMU
depends on !BR2_avr32 # toolchain too old
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 \
- || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+ || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
config BR2_PACKAGE_SQUID
bool "squid"