1 DESCRIPTION = "Routing protocol daemon for multi-hop ad-hoc mesh networks."
2 SECTION = "console/network"
5 HOMEPAGE = "http://www.open-mesh.net/"
9 RDEPENDS_${PN} = "kernel-module-tun"
11 SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batman/batman-${PV}.tar.gz \
12 file://makefile-fix.patch \
15 S = "${WORKDIR}/batman-${PV}"
26 install -d ${D}${bindir}
27 install -m 0755 batmand ${D}${bindir}