aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/ufw
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-11-26 12:28:28 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-11-30 13:20:29 -0500
commit3132c6ef0951742e29df0dfd9c5259ea748263bb (patch)
treec5807b76b9d86ed20fd83e06f342bd594c67e8f8 /meta-networking/recipes-connectivity/ufw
parentb49d08411c75a8fec8ad591105b324a6766aa8d5 (diff)
downloadmeta-openembedded-3132c6ef0951742e29df0dfd9c5259ea748263bb.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-connectivity/ufw')
-rw-r--r--meta-networking/recipes-connectivity/ufw/ufw_0.33.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
index 66e917e315..19cfe46b7b 100644
--- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
+++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
@@ -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.