#
# 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`