From 3132c6ef0951742e29df0dfd9c5259ea748263bb Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 26 Nov 2015 12:28:28 +0800 Subject: ufw: improve RRECOMMENDS ufw needs lots of netfilter module to run Signed-off-by: Roy Li Signed-off-by: Joe MacDonald --- meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-networking/recipes-connectivity/ufw') 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. -- cgit 1.2.3-korg