blob: 43c9c1320da12ef801ce6c5a42c156e0336168cc (
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
32
33
34
35
36
37
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- linux-wlan-ng-0.2.1-pre26/src/Makefile~only-the-utils
+++ linux-wlan-ng-0.2.1-pre26/src/Makefile
@@ -42,12 +42,10 @@
#
# --------------------------------------------------------------------
-include ../config.mk
+include ../config.mk
-DIRS=p80211 prism2 shared wlanctl wland nwepgen \
- mkmeta wlancfg
-ALL_DIRS=mkmeta p80211 prism2 shared wlanctl wland \
- nwepgen wlancfg
+DIRS=prism2 shared wlanctl wland nwepgen mkmeta wlancfg
+ALL_DIRS=mkmeta prism2 shared wlanctl wland nwepgen wlancfg
ifneq ($(wildcard *.addon),)
DIRS+=`cat *.addon`
--- linux-wlan-ng-0.2.1-pre26/src/prism2/Makefile~only-the-utils
+++ linux-wlan-ng-0.2.1-pre26/src/prism2/Makefile
@@ -42,9 +42,9 @@
#
# --------------------------------------------------------------------
-include ../../config.mk
+include ../../config.mk
-DIRS=driver ridlist download
+DIRS=ridlist download
ifneq ($(wildcard *.addon),)
DIRS+=`cat *.addon`
|