mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 11:54:48 +00:00
iptables: disable unused xml support to save some space
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45617
This commit is contained in:
parent
a503023ec2
commit
1f689613b6
@ -0,0 +1,13 @@
|
||||
--- a/iptables/xtables-multi.c
|
||||
+++ b/iptables/xtables-multi.c
|
||||
@@ -22,8 +22,10 @@ static const struct subcommand multi_sub
|
||||
{"iptables-restore", iptables_restore_main},
|
||||
{"restore4", iptables_restore_main},
|
||||
#endif
|
||||
+#ifdef ENABLE_XML
|
||||
{"iptables-xml", iptables_xml_main},
|
||||
{"xml", iptables_xml_main},
|
||||
+#endif
|
||||
#ifdef ENABLE_IPV6
|
||||
{"ip6tables", ip6tables_main},
|
||||
{"main6", ip6tables_main},
|
Loading…
Reference in New Issue
Block a user