summaryrefslogtreecommitdiff
path: root/packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-03-23 10:21:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-23 10:21:51 +0000
commit22a883bce5ed668de572d430ac5a03ece16f0458 (patch)
tree63be2d1736173cc0170e931e8ad2cebd70ce90bd /packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch
parentae32413b51068d64de75322bbfe0e086bbac92f7 (diff)
parentda4bffff736d1ced81a4d169d218818c60587054 (diff)
merge of 1a896e8bc4995403afa45f684796b5d56c8e5198
and 4e45961e2b4e4c3455a9d567510fc4a19841bbe5
Diffstat (limited to 'packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch')
-rw-r--r--packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch b/packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch
new file mode 100644
index 0000000000..a119460a1d
--- /dev/null
+++ b/packages/wlan-ng/wlan-ng-modules-0.2.3/only-the-modules.patch
@@ -0,0 +1,31 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- linux-wlan-ng-0.2.1-pre26/src/Makefile~only-the-modules.patch
++++ linux-wlan-ng-0.2.1-pre26/src/Makefile
+@@ -44,10 +44,8 @@
+
+ include ../config.mk
+
+-DIRS=p80211 prism2 shared wlanctl wland nwepgen \
+- mkmeta wlancfg
+-ALL_DIRS=mkmeta p80211 prism2 shared wlanctl wland \
+- nwepgen wlancfg
++DIRS=p80211 prism2 shared mkmeta
++ALL_DIRS=mkmeta p80211 prism2 shared
+
+ ifneq ($(wildcard *.addon),)
+ DIRS+=`cat *.addon`
+--- linux-wlan-ng-0.2.1-pre26/src/prism2/Makefile~only-the-modules.patch
++++ linux-wlan-ng-0.2.1-pre26/src/prism2/Makefile
+@@ -44,7 +44,7 @@
+
+ include ../../config.mk
+
+-DIRS=driver ridlist download
++DIRS=driver ridlist
+
+ ifneq ($(wildcard *.addon),)
+ DIRS+=`cat *.addon`