blob: ae28e11a5ba4ba9c6b904820b7b5dc778cee8cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "AODV is a routing protocol for ad hoc networks designed with mobile wireless devices in mind."
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
SRC_URI = "http://www.antd.nist.gov/wctg/aodv_kernel/kernel-aodv_v${PV}.tgz \
file://fix-makefile.patch;patch=1"
S = "${WORKDIR}/kernel-aodv_v${PV}"
inherit module
|