projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4367d4f
)
iptables: fix ip6tables-extra description
author
Etienne Champetier
<
[email protected]
>
Wed, 26 Jan 2022 19:20:37 +0000
(14:20 -0500)
committer
Hauke Mehrtens
<
[email protected]
>
Wed, 2 Feb 2022 22:24:03 +0000
(23:24 +0100)
The define was referencing ip6tables-mod-extra instead of ip6tables-extra
Signed-off-by: Etienne Champetier <
[email protected]
>
package/network/utils/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iptables/Makefile
b/package/network/utils/iptables/Makefile
index 6aee5c6cafbba5b6334895f3fb7cafd9edcc2554..a21a2382e3529c6262080b0a8a1a2ddad74e319e 100644
(file)
--- a/
package/network/utils/iptables/Makefile
+++ b/
package/network/utils/iptables/Makefile
@@
-473,7
+473,7
@@
$(call Package/iptables/Default)
TITLE:=IPv6 header matching modules
endef
-define Package/ip6tables-
mod-
extra/description
+define Package/ip6tables-extra/description
iptables header matching modules for IPv6
endef