n2n: RRECOMMEND the tun kernel module

this way the tun module should be automatically installed with n2n
together.
This commit is contained in:
Harald Welte 2017-07-18 14:06:50 +02:00 committed by Pau Espin Pedrol
parent 75dc0a693a
commit 203b5da2b5
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d2dd9497ff2aa79327dc88b6ce2b03cc"
DEPENDS = "openssl"
PV = "2.1.0+git${SRCPV}"
RRECOMMENDS_${PN} = "kernel-module-tun"
PR="r1"
PR="r2"
SRC_URI = "git://github.com/ntop/n2n.git;branch=master \
file://0001-Makefile-Allow-cross-compilation-environment-to-spec.patch"