Gentoo Archives: gentoo-commits

From: "Bjarke Istrup Pedersen
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: ChangeLog hostapd-0.6.0.ebuild
Date: Mon, 10 Sep 2007 23:09:34
Message-Id: E1IUsGn-0004Rv-OI@stork.gentoo.org
1 gurligebis 07/09/10 23:02:17
2
3 Modified: ChangeLog hostapd-0.6.0.ebuild
4 Log:
5 Removed support for mac80211 since it is broken for now
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.75 net-wireless/hostapd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.75&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.75&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.74&r2=1.75
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
18 retrieving revision 1.74
19 retrieving revision 1.75
20 diff -u -r1.74 -r1.75
21 --- ChangeLog 19 Jun 2007 07:50:22 -0000 1.74
22 +++ ChangeLog 10 Sep 2007 23:02:17 -0000 1.75
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-wireless/hostapd
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.74 2007/06/19 07:50:22 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.75 2007/09/10 23:02:17 gurligebis Exp $
28 +
29 + 10 Sep 2007; Bjarke Istrup Pedersen <gurligebis@g.o>
30 + hostapd-0.6.0.ebuild:
31 + Removed support for mac80211 since it is broken for now
32
33 19 Jun 2007; Stefan Schweizer <genstef@g.o> hostapd-0.4.9.ebuild,
34 hostapd-0.5.8.ebuild, hostapd-0.6.0.ebuild:
35
36
37
38 1.3 net-wireless/hostapd/hostapd-0.6.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild?r1=1.2&r2=1.3
43
44 Index: hostapd-0.6.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- hostapd-0.6.0.ebuild 19 Jun 2007 07:50:22 -0000 1.2
51 +++ hostapd-0.6.0.ebuild 10 Sep 2007 23:02:17 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild,v 1.2 2007/06/19 07:50:22 genstef Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild,v 1.3 2007/09/10 23:02:17 gurligebis Exp $
57
58 inherit toolchain-funcs linux-info
59
60 @@ -60,12 +60,13 @@
61 echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG}
62 fi
63
64 - if [ -e "${KV_DIR}"/net/mac80211 ]; then
65 - # Kernel source has the mac80211 subsystem, so we enable the driver
66 - echo "CONFIG_DRIVER_DEVICESCAPE=y" >> ${CONFIG}
67 - echo "WIRELESS_DEV=\"${KV_DIR}\"" >> ${CONFIG}
68 - echo "CFLAGS += -I\$(WIRELESS_DEV)/net/mac80211" >> ${CONFIG}
69 - fi
70 + # REMOVED FOR NOW, BROKEN
71 + #if [ -e "${KV_DIR}"/net/mac80211 ]; then
72 + # # Kernel source has the mac80211 subsystem, so we enable the driver
73 + # echo "CONFIG_DRIVER_DEVICESCAPE=y" >> ${CONFIG}
74 + # echo "WIRELESS_DEV=\"${KV_DIR}\"" >> ${CONFIG}
75 + # echo "CFLAGS += -I\$(WIRELESS_DEV)/net/mac80211" >> ${CONFIG}
76 + #fi
77
78 # misc
79 echo "CONFIG_PKCS12=y" >> ${CONFIG}
80 @@ -151,9 +152,9 @@
81 einfo "You should remerge ${PN} after upgrading these packages."
82 einfo
83 fi
84 - if [ -e "${KV_DIR}"/net/mac80211 ]; then
85 - einfo "This package now compiles against the headers installed by"
86 - einfo "the kernel source for the mac80211 driver. You should "
87 - einfo "re-emerge ${PN} after upgrading your kernel source."
88 - fi
89 + #if [ -e "${KV_DIR}"/net/mac80211 ]; then
90 + # einfo "This package now compiles against the headers installed by"
91 + # einfo "the kernel source for the mac80211 driver. You should "
92 + # einfo "re-emerge ${PN} after upgrading your kernel source."
93 + #fi
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list