summaryrefslogtreecommitdiff
path: root/packages/nonworking/aodv/aodv-modules-2.2.2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/aodv/aodv-modules-2.2.2
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/aodv/aodv-modules-2.2.2')
-rw-r--r--packages/nonworking/aodv/aodv-modules-2.2.2/.mtn2git_empty0
-rw-r--r--packages/nonworking/aodv/aodv-modules-2.2.2/fix-makefile.patch20
2 files changed, 20 insertions, 0 deletions
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)