aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-mipl.bb
blob: 0c1c2cd8ec89fbb93491e08981f1089ba3ed6e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Tasks for IPv6 Mobility extensions, needs:
# CONFIG_IPV6_MIP6=y
# CONFIG_IPV6=y
# in the kernel .config

DESCRIPTION = "Mobile ipv6 extensions"
PR = "r1"

inherit task

RDEPENDS_${PN} = "mipv6"
RRECOMMENDS_${PN} = "kernel-module-ipv6 \
               kernel-module-mip6 \
              "