mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
b49d08411c
commit
3132c6ef09
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user