blob: 417d6766ec444d8e0bd7fdd6b33b8aead55179f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
S = "${WORKDIR}/kernel-aodv_v${PV}"
inherit module
SRC_URI[md5sum] = "4bbc2dfccb94a5317c1c1cff7b78f440"
SRC_URI[sha256sum] = "a1ebf8c0e88b1a5b969283ef99f772475626e10ef958562dd0e8d519bdbf6288"
|