packages/mdk/mdk2_v36.bb, packages/mdk/mdk3_v2.bb : add new versions of these
authorGraeme Gregory <dp@xora.org.uk>
Wed, 24 Oct 2007 09:26:47 +0000 (09:26 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 24 Oct 2007 09:26:47 +0000 (09:26 +0000)
recipes thanks to Rick Farina (Zero_Chaos)

packages/mdk/files/cross-compile.diff [new file with mode: 0644]
packages/mdk/mdk2_v36.bb [new file with mode: 0644]
packages/mdk/mdk3_v2.bb [new file with mode: 0644]

diff --git a/packages/mdk/files/cross-compile.diff b/packages/mdk/files/cross-compile.diff
new file mode 100644 (file)
index 0000000..aa4c092
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ur mdk3-v1-orig/osdep/common.mak mdk3-v1-xcompile/osdep/common.mak
+--- mdk3-v1-orig/osdep/common.mak      2007-04-23 03:25:15.000000000 -0400
++++ mdk3-v1-xcompile/osdep/common.mak  2007-05-22 14:43:51.000000000 -0400
+@@ -9,10 +9,6 @@
+ PIC           = -fPIC
+ endif
+-CC            = $(TOOL_PREFIX)gcc
+-RANLIB                = $(TOOL_PREFIX)ranlib
+-AR            = $(TOOL_PREFIX)ar
+-
+ REVISION      = mdk3
+ REVFLAGS      = -D_REVISION=$(REVISION)
diff --git a/packages/mdk/mdk2_v36.bb b/packages/mdk/mdk2_v36.bb
new file mode 100644 (file)
index 0000000..7bde7e5
--- /dev/null
@@ -0,0 +1,11 @@
+SECTION = "console/network"
+DESCRIPTION = "Proof of concept 802.11 attack tool"
+HOMEPAGE = "http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://homepages.tu-darmstadt.de/~p_larbig/wlan/mdk2-${PV}.tar.bz2"
+
+do_install() {
+        install -d ${D}/${sbindir}
+        install -m 0755 mdk2       ${D}/${sbindir}
+}
diff --git a/packages/mdk/mdk3_v2.bb b/packages/mdk/mdk3_v2.bb
new file mode 100644 (file)
index 0000000..27c4a5b
--- /dev/null
@@ -0,0 +1,12 @@
+SECTION = "console/network"
+DESCRIPTION = "Proof of concept 802.11 attack tool"
+HOMEPAGE = "http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://www.tu-darmstadt.de/~p_larbig/wlan/mdk3-${PV}.tar.bz2 \
+           file://cross-compile.diff;patch=1"
+
+do_install() {
+        install -d ${D}/${sbindir}
+        install -m 0755 mdk3       ${D}/${sbindir}
+}