mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 14:28:50 +00:00
e1d6013935
Source archive format changed to tar.xz Removed upstreamed 020-treewide-use-uint-instead-of-u_int.patch 030-revert-fix-build-for-missing-ETH_ALEN-definition.patch 040-xshared-Fix-build-for-Werror-format-security.patch 050-build-fix-error-during-out-of-tree-build.patch 060-libxtables-unexport-init_extensions-declarations.patch 070-extensions-string-Review-parse_string-function.patch 104-nft-track-each-register-individually.patch Manually rebased 600-shared-libext.patch Change netfiletr.mk due to module name change https://git.netfilter.org/iptables/commit/?id=f30c5edce0413b2b2346c7f58e801f10f6e9bc5a Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16641 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
14 lines
373 B
Diff
14 lines
373 B
Diff
--- a/iptables/xtables-legacy-multi.c
|
|
+++ b/iptables/xtables-legacy-multi.c
|
|
@@ -28,8 +28,10 @@ static const struct subcommand multi_sub
|
|
|
|
|
|
#endif
|
|
+#ifdef ENABLE_XML
|
|
{"iptables-xml", iptables_xml_main},
|
|
{"xml", iptables_xml_main},
|
|
+#endif
|
|
#ifdef ENABLE_IPV6
|
|
{"ip6tables", ip6tables_main},
|
|
{"main6", ip6tables_main},
|