]> git.pld-linux.org Git - packages/kernel.git/blob - linux-wlan-ng-Makefile.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / linux-wlan-ng-Makefile.patch
1 --- linux-wlan-ng-0.2.1pre21/src/Makefile.orig  2004-02-13 19:42:39.000000000 +0100
2 +++ linux-wlan-ng-0.2.1pre21/src/Makefile       2004-05-31 09:53:20.232175216 +0200
3 @@ -44,9 +44,9 @@
4  
5  include ../config.mk
6  
7 -DIRS=p80211 prism2 shared wlanctl wland nwepgen \
8 +DIRS=prism2 shared wlanctl wland nwepgen \
9         mkmeta wlancfg
10 -ALL_DIRS=mkmeta p80211 prism2 shared wlanctl wland \
11 +ALL_DIRS=mkmeta prism2 shared wlanctl wland \
12         nwepgen wlancfg
13  
14  ifneq ($(wildcard *.addon),) 
15 --- linux-wlan-ng-0.2.1pre21/src/prism2/Makefile.orig   2004-02-13 19:47:37.000000000 +0100
16 +++ linux-wlan-ng-0.2.1pre21/src/prism2/Makefile        2004-05-31 09:53:30.815566296 +0200
17 @@ -44,7 +44,7 @@
18  
19  include ../../config.mk
20  
21 -DIRS=driver ridlist download
22 +DIRS=ridlist download
23  
24  ifneq ($(wildcard *.addon),) 
25  DIRS+=`cat *.addon`
26 --- linux-wlan-ng-0.2.1-pre12.orig/man/Makefile 2003-09-24 18:31:45.000000000 +0200
27 +++ linux-wlan-ng-0.2.1-pre12/man/Makefile      2003-09-24 18:32:10.000000000 +0200
28 @@ -48,9 +48,9 @@
29         @echo "Nothing to do..."
30  
31  install:
32 -       mkdir -p $(TARGET_ROOT_ON_HOST)/usr/local/man/man1
33 +       mkdir -p $(TARGET_ROOT_ON_HOST)/usr/share/man/man1
34         cp nwepgen.man wlancfg.man wlanctl-ng.man wland.man \
35 -       $(TARGET_ROOT_ON_HOST)/usr/local/man/man1
36 +       $(TARGET_ROOT_ON_HOST)/usr/share/man/man1
37  
38  clean:
39         rm -f core core.* *.o .*.o *.s *.a .depend tmp_make *~ tags
40 --- linux-wlan-ng-0.2.1pre21/src/p80211/Makefile.orig   2004-05-04 17:15:21.000000000 +0200
41 +++ linux-wlan-ng-0.2.1pre21/src/p80211/Makefile        2004-05-31 07:52:51.212153304 +0200
42 @@ -100,10 +100,10 @@
43         rm -f *.o *.ko .*.cmd *.mod.c  *.flags .*.flags
44  
45  install:
46 -       mkdir -p $(TARGET_MODDIR)/linux-wlan-ng/net
47 +       mkdir -p $(TARGET_MODDIR)/kernel/drivers/net/wireless
48  ifeq ($(KERN_25), y)
49 -       cp p80211.ko    $(TARGET_MODDIR)/linux-wlan-ng
50 +       cp p80211.ko    $(TARGET_MODDIR)/kernel/drivers/net/wireless
51  else
52 -       cp p80211.o     $(TARGET_MODDIR)/linux-wlan-ng
53 +       cp p80211.o     $(TARGET_MODDIR)/kernel/drivers/net/wireless
54  endif
55  
56 --- linux-wlan-ng-0.2.1pre21/src/prism2/driver/Makefile.orig    2004-05-04 17:15:22.000000000 +0200
57 +++ linux-wlan-ng-0.2.1pre21/src/prism2/driver/Makefile 2004-05-31 07:54:07.998480008 +0200
58 @@ -104,8 +104,8 @@
59  
60  install:
61  ifeq ($(KERN_25), y)
62 -       cp $(obj-m:.o=.ko)      $(TARGET_MODDIR)/linux-wlan-ng
63 +       cp $(obj-m:.o=.ko)      $(TARGET_MODDIR)/kernel/drivers/net/wireless
64  else
65 -       cp $(obj-m)     $(TARGET_MODDIR)/linux-wlan-ng
66 +       cp $(obj-m)     $(TARGET_MODDIR)/kernel/drivers/net/wireless
67  endif
68  
This page took 0.029238 seconds and 3 git commands to generate.