diff options
Diffstat (limited to 'recipes/wlan-ng/wlan-ng-modules-0.2.8+svnr1859/only-the-modules.patch')
-rw-r--r-- | recipes/wlan-ng/wlan-ng-modules-0.2.8+svnr1859/only-the-modules.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/wlan-ng/wlan-ng-modules-0.2.8+svnr1859/only-the-modules.patch b/recipes/wlan-ng/wlan-ng-modules-0.2.8+svnr1859/only-the-modules.patch new file mode 100644 index 0000000000..abb3b137da --- /dev/null +++ b/recipes/wlan-ng/wlan-ng-modules-0.2.8+svnr1859/only-the-modules.patch @@ -0,0 +1,26 @@ +Index: trunk/src/Makefile +=================================================================== +--- trunk.orig/src/Makefile 2006-08-23 12:50:56.000000000 +0200 ++++ trunk/src/Makefile 2006-08-23 12:52:45.000000000 +0200 +@@ -44,7 +44,7 @@ + + -include ../config.mk + +-DIRS=mkmeta shared wlanctl nwepgen wlancfg p80211 prism2 ++DIRS=mkmeta shared p80211 prism2 + + ifneq ($(wildcard *.addon),) + DIRS+=`cat *.addon` +Index: trunk/src/prism2/Makefile +=================================================================== +--- trunk.orig/src/prism2/Makefile 2006-08-23 12:50:55.000000000 +0200 ++++ trunk/src/prism2/Makefile 2006-08-23 12:52:09.000000000 +0200 +@@ -44,7 +44,7 @@ + + -include ../../config.mk + +-DIRS=driver ridlist download ++DIRS=driver ridlist + + ifneq ($(wildcard *.addon),) + DIRS+=`cat *.addon` |