commit | 4bc48331d2d1ef64ba452329f2c77137036f6437 | [log] [tgz] |
---|---|---|
author | Hann-Huei Chiou <koala@ascenvision.com> | Tue Oct 23 14:22:34 2007 +0000 |
committer | Patrick McHardy <kaber@trash.net> | Tue Oct 23 14:22:34 2007 +0000 |
tree | f1fda910401a2d27f3157b6c1c2a34e47c9e2d12 | |
parent | 032722b2d24138ee92e459c779ae4869f33b1f37 [diff] |
let DO_MULTI=1 work for ip6tables* binaries When defining DO_MULTI=1 in Makefile, only iptables is built as a single multipurpose binary. This patch makes ip6tables also be built in the same manner. Hann-huei Chiou <koala@ascenvision.com>