From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/nonworking/aodv/.mtn2git_empty | 0 .../aodv/aodv-modules-2.2.2/.mtn2git_empty | 0 .../aodv/aodv-modules-2.2.2/fix-makefile.patch | 20 ++++++++++++++++++++ packages/nonworking/aodv/aodv-modules_2.2.2.bb | 12 ++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 packages/nonworking/aodv/.mtn2git_empty create mode 100644 packages/nonworking/aodv/aodv-modules-2.2.2/.mtn2git_empty (limited to 'packages/nonworking/aodv') diff --git a/packages/nonworking/aodv/.mtn2git_empty b/packages/nonworking/aodv/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/nonworking/aodv/aodv-modules-2.2.2/.mtn2git_empty b/packages/nonworking/aodv/aodv-modules-2.2.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/nonworking/aodv/aodv-modules-2.2.2/fix-makefile.patch b/packages/nonworking/aodv/aodv-modules-2.2.2/fix-makefile.patch index e69de29bb2..3bee769b3f 100644 --- a/packages/nonworking/aodv/aodv-modules-2.2.2/fix-makefile.patch +++ b/packages/nonworking/aodv/aodv-modules-2.2.2/fix-makefile.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- kernel-aodv_v2.2.2/Makefile~fix-makefile 2004-05-21 23:56:52.000000000 +0200 ++++ kernel-aodv_v2.2.2/Makefile 2004-07-09 23:20:56.000000000 +0200 +@@ -35,9 +35,9 @@ + MODCFLAGS := -O3 -DMODULE -D__KERNEL__ -DLINUX + endif + ifeq ($(TARGET),arm) +- CC := arm-linux-gcc +- LD := arm-linux-ld -m armelf -r +- KPATH := /home/adhoc/ipaq/include/ ++ #CC := arm-linux-gcc ++ #LD := arm-linux-ld -m armelf -r ++ KPATH := $(KERNEL_PATH)/include/ + MODCFLAGS := -O3 -DMODULE -D__KERNEL__ -DLINUX -DARM + endif + ifeq ($(TARGET),mipsel) diff --git a/packages/nonworking/aodv/aodv-modules_2.2.2.bb b/packages/nonworking/aodv/aodv-modules_2.2.2.bb index e69de29bb2..ae28e11a5b 100644 --- a/packages/nonworking/aodv/aodv-modules_2.2.2.bb +++ b/packages/nonworking/aodv/aodv-modules_2.2.2.bb @@ -0,0 +1,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 " +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 + -- cgit v1.2.3