summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/aodv/aodv-modules_2.2.2.bb')
-rw-r--r--recipes/nonworking/aodv/aodv-modules_2.2.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/nonworking/aodv/aodv-modules_2.2.2.bb b/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
new file mode 100644
index 0000000000..30df4d3ce1
--- /dev/null
+++ b/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
@@ -0,0 +1,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
+