blob: 30df4d3ce1e5b0300663463feed3df48ade79f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "AODV is a routing protocol for ad hoc networks designed with mobile wireless devices in mind."
SECTION = "base"
PRIORITY = "optional"
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
|