Skip to content
Snippets Groups Projects
Commit 03bb1172 authored by nbd's avatar nbd
Browse files

iptables: disable unused xml support to save some space


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45617 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent edabfbe1
No related branches found
No related tags found
No related merge requests found
--- 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},
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment