aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wlan-ng/wlan-ng-modules-0.2.1-pre26/only-the-modules.patch
blob: a119460a1df8a976ba9b89c9f434c228b4e19ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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`