fix xtables-legacy-multi

This commit is contained in:
Tobias Powalowski 2019-03-16 11:28:59 +01:00
parent 446126fb30
commit 346b1d8a9c

View file

@ -4,7 +4,7 @@
build ()
{
add_checked_modules '/net/ipv6|/net/ipv4|/net/netfilter|/net/bridge/'
apps="xtables-multi"
apps="xtables-legacy-multi"
for i in $apps; do
add_binary "$i"
done