diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-11-26 12:28:28 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 13:20:29 -0500 |
commit | 3132c6ef0951742e29df0dfd9c5259ea748263bb (patch) | |
tree | c5807b76b9d86ed20fd83e06f342bd594c67e8f8 /meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | |
parent | b49d08411c75a8fec8ad591105b324a6766aa8d5 (diff) | |
download | meta-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/ufw_0.33.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 8 |
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 66e917e31..19cfe46b7 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} = " \ | |||
30 | 30 | ||
31 | RRECOMMENDS_${PN} = " \ | 31 | RRECOMMENDS_${PN} = " \ |
32 | kernel-module-ipv6 \ | 32 | kernel-module-ipv6 \ |
33 | kernel-module-nf-conntrack-ipv6 \ | ||
34 | kernel-module-nf-log-common \ | ||
35 | kernel-module-nf-log-ipv4 \ | ||
36 | kernel-module-nf-log-ipv6 \ | ||
37 | kernel-module-nf-addrtype \ | ||
38 | kernel-module-nf-limit \ | ||
39 | kernel-module-nf-log \ | ||
40 | kernel-module-nf-recent \ | ||
33 | " | 41 | " |
34 | 42 | ||
35 | # Certain items are explicitly put under /lib, not base_libdir when installed. | 43 | # Certain items are explicitly put under /lib, not base_libdir when installed. |