mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
ufw: improve RRECOMMENDS
ufw needs lots of netfilter module to run Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -30,6 +30,14 @@ RDEPENDS_${PN} = " \
|
||||
|
||||
RRECOMMENDS_${PN} = " \
|
||||
kernel-module-ipv6 \
|
||||
kernel-module-nf-conntrack-ipv6 \
|
||||
kernel-module-nf-log-common \
|
||||
kernel-module-nf-log-ipv4 \
|
||||
kernel-module-nf-log-ipv6 \
|
||||
kernel-module-nf-addrtype \
|
||||
kernel-module-nf-limit \
|
||||
kernel-module-nf-log \
|
||||
kernel-module-nf-recent \
|
||||
"
|
||||
|
||||
# Certain items are explicitly put under /lib, not base_libdir when installed.
|
||||
|
||||
Reference in New Issue
Block a user