add net-tools package (closes: #1197)
[openwrt/svn-archive/archive.git] / net / net-tools / patches / 01-config.patch
1 --- /dev/null 2006-11-02 13:38:16.000000000 +0100
2 +++ net-tools-1.60.works/config.make 2007-01-14 04:43:34.000000000 +0100
3 @@ -0,0 +1,35 @@
4 +# I18N=0
5 +HAVE_AFUNIX=1
6 +HAVE_AFINET=1
7 +HAVE_AFINET6=1
8 +# HAVE_AFIPX=0
9 +# HAVE_AFATALK=0
10 +# HAVE_AFAX25=0
11 +# HAVE_AFNETROM=0
12 +# HAVE_AFROSE=0
13 +# HAVE_AFX25=0
14 +# HAVE_AFECONET=0
15 +# HAVE_AFDECnet=0
16 +# HAVE_AFASH=0
17 +HAVE_HWETHER=1
18 +# HAVE_HWARC=0
19 +# HAVE_HWSLIP=0
20 +HAVE_HWPPP=1
21 +HAVE_HWTUNNEL=1
22 +# HAVE_HWSTRIP=0
23 +# HAVE_HWTR=0
24 +# HAVE_HWAX25=0
25 +# HAVE_HWROSE=0
26 +# HAVE_HWNETROM=0
27 +# HAVE_HWX25=0
28 +# HAVE_HWFR=0
29 +# HAVE_HWSIT=0
30 +# HAVE_HWFDDI=0
31 +# HAVE_HWHIPPI=0
32 +# HAVE_HWASH=0
33 +# HAVE_HWHDLCLAPB=0
34 +# HAVE_HWIRDA=0
35 +# HAVE_HWEC=0
36 +HAVE_FW_MASQUERADE=1
37 +HAVE_IP_TOOLS=1
38 +HAVE_MII=1
39 --- /dev/null 2006-11-02 13:38:16.000000000 +0100
40 +++ net-tools-1.60.works/config.status 2007-01-14 04:43:34.000000000 +0100
41 @@ -0,0 +1,91 @@
42 +#
43 +# config.in Configure.sh source for the net-tools.
44 +# This file contains the definition of what the support
45 +# library contains. Most of all, it defines which types
46 +# of address families and hardware we know of.
47 +#
48 +# NET-TOOLS A collection of programs that form the base set of the
49 +# NET-3 Networking Distribution for the LINUX operating
50 +# system.
51 +#
52 +# Version: config.in 1.22 (99-04-19)
53 +#
54 +# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
55 +# Copyright 1988-1993 MicroWalt Corporation
56 +#
57 +# Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
58 +# Arnaldo Carvalho de Melo <acme@conectiva.com.br>
59 +# GNU gettext - I18N
60 +#
61 +# This program is free software; you can redistribute it
62 +# and/or modify it under the terms of the GNU General
63 +# Public License as published by the Free Software
64 +# Foundation; either version 2 of the License, or (at
65 +# your option) any later version.
66 +#
67 += /*
68 += * config.h Automatically generated configuration includefile
69 += *
70 += * NET-TOOLS A collection of programs that form the base set of the
71 += * NET-3 Networking Distribution for the LINUX operating
72 += * system.
73 += *
74 += * DO NOT EDIT DIRECTLY
75 += *
76 += */
77 +*
78 +*
79 +* Internationalization
80 +*
81 +* The net-tools package has currently been translated to French,
82 +* German and Brazilian Portugese. Other translations are, of
83 +* course, welcome. Answer `n' here if you have no support for
84 +* internationalization on your system.
85 +*
86 +bool 'Does your system support GNU gettext?' I18N n
87 +*
88 +*
89 +* Protocol Families.
90 +*
91 +bool 'UNIX protocol family' HAVE_AFUNIX y
92 +bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
93 +bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
94 +bool 'Novell IPX/SPX protocol family' HAVE_AFIPX n
95 +bool 'Appletalk DDP protocol family' HAVE_AFATALK n
96 +bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 n
97 +bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM n
98 +bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
99 +bool 'X.25 (CCITT) protocol family' HAVE_AFX25 n
100 +bool 'Econet protocol family' HAVE_AFECONET n
101 +bool 'DECnet protocol family' HAVE_AFDECnet n
102 +bool 'Ash protocol family' HAVE_AFASH n
103 +*
104 +*
105 +* Device Hardware types.
106 +*
107 +bool 'Ethernet (generic) support' HAVE_HWETHER y
108 +bool 'ARCnet support' HAVE_HWARC n
109 +bool 'SLIP (serial line) support' HAVE_HWSLIP n
110 +bool 'PPP (serial line) support' HAVE_HWPPP y
111 +bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
112 +bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP n
113 +bool 'Token ring (generic) support' HAVE_HWTR n
114 +bool 'AX25 (packet radio) support' HAVE_HWAX25 n
115 +bool 'Rose (packet radio) support' HAVE_HWROSE n
116 +bool 'NET/ROM (packet radio) support' HAVE_HWNETROM n
117 +bool 'X.25 (generic) support' HAVE_HWX25 n
118 +bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR n
119 +bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
120 +bool 'FDDI (generic) support' HAVE_HWFDDI n
121 +bool 'HIPPI (generic) support' HAVE_HWHIPPI n
122 +bool 'Ash hardware support' HAVE_HWASH n
123 +bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
124 +bool 'IrDA support' HAVE_HWIRDA n
125 +bool 'Econet hardware support' HAVE_HWEC n
126 +*
127 +*
128 +* Other Features.
129 +*
130 +bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
131 +bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
132 +bool 'Build mii-tool' HAVE_MII y
133 --- /dev/null 2006-11-02 13:38:16.000000000 +0100
134 +++ net-tools-1.60.works/config.h 2007-01-14 04:43:34.000000000 +0100
135 @@ -0,0 +1,74 @@
136 +/*
137 +* config.h Automatically generated configuration includefile
138 +*
139 +* NET-TOOLS A collection of programs that form the base set of the
140 +* NET-3 Networking Distribution for the LINUX operating
141 +* system.
142 +*
143 +* DO NOT EDIT DIRECTLY
144 +*
145 +*/
146 +
147 +/*
148 + *
149 + * Internationalization
150 + *
151 + * The net-tools package has currently been translated to French,
152 + * German and Brazilian Portugese. Other translations are, of
153 + * course, welcome. Answer `n' here if you have no support for
154 + * internationalization on your system.
155 + *
156 + */
157 +#define I18N 0
158 +
159 +/*
160 + *
161 + * Protocol Families.
162 + *
163 + */
164 +#define HAVE_AFUNIX 1
165 +#define HAVE_AFINET 1
166 +#define HAVE_AFINET6 1
167 +#define HAVE_AFIPX 0
168 +#define HAVE_AFATALK 0
169 +#define HAVE_AFAX25 0
170 +#define HAVE_AFNETROM 0
171 +#define HAVE_AFROSE 0
172 +#define HAVE_AFX25 0
173 +#define HAVE_AFECONET 0
174 +#define HAVE_AFDECnet 0
175 +#define HAVE_AFASH 0
176 +
177 +/*
178 + *
179 + * Device Hardware types.
180 + *
181 + */
182 +#define HAVE_HWETHER 1
183 +#define HAVE_HWARC 0
184 +#define HAVE_HWSLIP 0
185 +#define HAVE_HWPPP 1
186 +#define HAVE_HWTUNNEL 1
187 +#define HAVE_HWSTRIP 0
188 +#define HAVE_HWTR 0
189 +#define HAVE_HWAX25 0
190 +#define HAVE_HWROSE 0
191 +#define HAVE_HWNETROM 0
192 +#define HAVE_HWX25 0
193 +#define HAVE_HWFR 0
194 +#define HAVE_HWSIT 0
195 +#define HAVE_HWFDDI 0
196 +#define HAVE_HWHIPPI 0
197 +#define HAVE_HWASH 0
198 +#define HAVE_HWHDLCLAPB 0
199 +#define HAVE_HWIRDA 0
200 +#define HAVE_HWEC 0
201 +
202 +/*
203 + *
204 + * Other Features.
205 + *
206 + */
207 +#define HAVE_FW_MASQUERADE 1
208 +#define HAVE_IP_TOOLS 1
209 +#define HAVE_MII 1