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

DESCRIPTION = "Mobile ipv6 extensions"

inherit task

RDEPENDS = "mipv6"
RRECOMMENDS = "kernel-module-ipv6 \
               kernel-module-mip6 \
              "