summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-12 20:50:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 11:10:31 +0200
commit21ae8f513e570ddde6a006addf4e91ddc9c2d819 (patch)
treea35f54927601dde56a11041636af10f3bec37711 /rules/iptables.in
parent8bf49b2f01a39196e6d9a415a67d95f2231836d2 (diff)
downloadptxdist-21ae8f513e570ddde6a006addf4e91ddc9c2d819.tar.gz
ptxdist-21ae8f513e570ddde6a006addf4e91ddc9c2d819.tar.xz
iptables: use '<sym> = no' for module symbols
'!<sym>' is wrong, because it expands to y for <sym>=m Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index 1d23a4903..e6f36997f 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -41,7 +41,7 @@ config IPTABLES_INSTALL_TOOLS
IPv6: ip6tables, ip6tables-save, ip6tables-restore
comment "iptables-apply depends on bash"
- depends on !BASH
+ depends on BASH = n
config IPTABLES_INSTALL_IPTABLES_APPLY
bool