aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-mipl.bb
blob: 1ee240350c413abc00a9c375da7c92e192356577 (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_${PN} = "mipv6"
RRECOMMENDS_${PN} = "kernel-module-ipv6 \
               kernel-module-mip6 \
              "