Commit 1b7ac1e3 authored by Dave Jones's avatar Dave Jones

[PATCH] undefined reference to ip_amanda_lock

Looks like a cut-n-paste thinko in the Kconfig file..
parent 2ba74897
...@@ -415,8 +415,8 @@ config IP_NF_NAT_TFTP ...@@ -415,8 +415,8 @@ config IP_NF_NAT_TFTP
config IP_NF_NAT_AMANDA config IP_NF_NAT_AMANDA
tristate tristate
depends on IP_NF_IPTABLES!=n && IP_NF_CONNTRACK!=n && IP_NF_NAT!=n depends on IP_NF_IPTABLES!=n && IP_NF_CONNTRACK!=n && IP_NF_NAT!=n
default IP_NF_NAT if IP_NF_TFTP=y default IP_NF_NAT if IP_NF_AMANDA=y
default m if IP_NF_TFTP=m default m if IP_NF_AMANDA=m
config IP_NF_MANGLE config IP_NF_MANGLE
tristate "Packet mangling" tristate "Packet mangling"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment