commit | 47d4305bf2275f82a51fa025257c2c1996356d6b | [log] [tgz] |
---|---|---|
author | Krzysztof Oledzki <[email protected]> | Mon Nov 14 15:25:59 2005 -0800 |
committer | David S. Miller <[email protected]> | Mon Nov 14 15:25:59 2005 -0800 |
tree | a2535f404655905a6e0b86b4a54b54ca9a93764c | |
parent | 37d2e7a20d745035b600f1a6be56cbb9c7259419 [diff] |
[NETFILTER]: link 'netfilter' before ipv4 Staticaly linked nf_conntrack_ipv4 requires nf_conntrack. but currently nf_conntrack is linked after it. This changes the order of ipv4 and netfilter to fix this. Signed-off-by: Krzysztof Oledzki <[email protected]> Signed-off-by: Yasuyuki Kozakai <[email protected]> Signed-off-by: Harald Welte <[email protected]> Signed-off-by: David S. Miller <[email protected]>