blob: 2a4369b931e6f8769569f6609b3901462d37c03f (
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
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- linux-wlan-ng-0.2.2/src/Makefile~only-the-utils
+++ linux-wlan-ng-0.2.2/src/Makefile
@@ -44,9 +44,9 @@
-include ../config.mk
-DIRS=p80211 prism2 shared wlanctl wland nwepgen \
+DIRS=prism2 shared wlanctl wland nwepgen \
mkmeta wlancfg
-ALL_DIRS=mkmeta p80211 prism2 shared wlanctl wland \
+ALL_DIRS=mkmeta prism2 shared wlanctl wland \
nwepgen wlancfg
ifneq ($(wildcard *.addon),)
--- linux-wlan-ng-0.2.2/src/prism2/Makefile~only-the-utils
+++ linux-wlan-ng-0.2.2/src/prism2/Makefile
@@ -44,7 +44,7 @@
-include ../../config.mk
-DIRS=driver ridlist download
+DIRS=ridlist download
ifneq ($(wildcard *.addon),)
DIRS+=`cat *.addon`
|