diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/aodv | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/aodv')
4 files changed, 32 insertions, 0 deletions
diff --git a/packages/nonworking/aodv/.mtn2git_empty b/packages/nonworking/aodv/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/aodv/.mtn2git_empty 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 --- /dev/null +++ b/packages/nonworking/aodv/aodv-modules-2.2.2/.mtn2git_empty 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 <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 + |