diff options
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.8.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.8.10.bb b/meta/recipes-extended/iptables/iptables_1.8.10.bb index 86f1335ac8..81eba6c967 100644 --- a/meta/recipes-extended/iptables/iptables_1.8.10.bb +++ b/meta/recipes-extended/iptables/iptables_1.8.10.bb | |||
@@ -75,6 +75,8 @@ do_install:append() { | |||
75 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables | 75 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables |
76 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-save | 76 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-save |
77 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-restore | 77 | ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-restore |
78 | # ethertypes is provided by the netbase package | ||
79 | rm -f ${D}${sysconfdir}/ethertypes | ||
78 | fi | 80 | fi |
79 | } | 81 | } |
80 | 82 | ||