-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathConfig.in.has_avm
481 lines (454 loc) · 13.5 KB
/
Config.in.has_avm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
config FREETZ_HAS_AVM_AURA_USB
bool "Has remote USB connection (AURA = AVM USB Remote-Architcture)" if FREETZ_TYPE_CUSTOM
select FREETZ_REMOVE_AURA_USB if ! FREETZ_HAS_AVM_USB_HOST
default y if \
FREETZ_HAS_AVM_USB_HOST || \
FREETZ_TYPE_SPEEDPORT_W701V_7170 || \
FREETZ_TYPE_7112_7170 || \
FREETZ_TYPE_7113_7170
default n
help
Select this if your original firmware has an aura-usb-daemon (remote USB
connection, USB-Fernanschluss)
config FREETZ_HAS_AVM_MINID
bool "Has mini-daemon (minid)" if FREETZ_TYPE_CUSTOM
select FREETZ_REMOVE_MINID if \
FREETZ_TYPE_7113_7170 || \
FREETZ_TYPE_7112_7170 || \
FREETZ_TYPE_3170_7170 || \
FREETZ_TYPE_SPEEDPORT_W701V_7170
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7141 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has a mini-daemon (minid)
config FREETZ_HAS_AVM_NTFS
bool "Has AVM NTFS" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
(FREETZ_TYPE_FON_WLAN_7270_V1 && FREETZ_AVMPLUGINS_NTFS) || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has ntfs support.
config FREETZ_HAS_AVM_IPV6
bool "Has AVM IPv6" if FREETZ_TYPE_CUSTOM
select FREETZ_TARGET_IPV6_SUPPORT
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has IPv6 support.
config FREETZ_HAS_AVM_WEBDAV
bool "Has AVM WebDAV" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has WebDAV support.
config FREETZ_HAS_AVM_INETD
bool "Has AVM inetd" if FREETZ_TYPE_CUSTOM
select FREETZ_PACKAGE_INETD
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570
default n
help
Select this if your original firmware has inetd support.
config FREETZ_HAS_AVM_EXT3
bool "Has AVM ext3 built into the kernel" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has ext3 support into the kernel.
config FREETZ_HAS_AVM_TR069
bool "Has AVM tr069" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_300IP_AS_FON || \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON || \
FREETZ_TYPE_FON_5124 || \
FREETZ_TYPE_FON_WLAN || \
FREETZ_TYPE_FON_WLAN_7050 || \
FREETZ_TYPE_FON_WLAN_7113 || \
FREETZ_TYPE_FON_WLAN_7140 || \
FREETZ_TYPE_FON_WLAN_7141 || \
FREETZ_TYPE_FON_7150 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570 || \
FREETZ_TYPE_WLAN_3020 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if your original firmware has tr069 support (libtr069, libtr064).
config FREETZ_HAS_AVM_CHRONYD
bool "Has chronyd" if FREETZ_TYPE_CUSTOM
select FREETZ_AVMDAEMON_DISABLE_NTP if ! FREETZ_REMOVE_CHRONYD
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570
default n
help
Select this if you have a box with chronyd.
config FREETZ_HAS_AVM_DECT
bool "Has DECT" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_7150 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570 || \
FREETZ_TYPE_SPEEDPORT_W900V_7170
default n
help
Select this if you have a box with DECT.
config FREETZ_HAS_AVM_OPENSSL_LIBS
bool "Has libssl" if FREETZ_TYPE_CUSTOM
default n if \
FREETZ_TYPE_300IP_AS_FON || \
FREETZ_TYPE_FON_5010 || \
FREETZ_TYPE_FON_5050 || \
FREETZ_TYPE_FON_WLAN || \
FREETZ_TYPE_FON_WLAN_7050 || \
FREETZ_TYPE_FON_WLAN_7140 || \
FREETZ_TYPE_SPEEDPORT_W501V || \
FREETZ_TYPE_WLAN_3020 || \
FREETZ_TYPE_WLAN_3030
default y
help
Select this if you have a box with AVM libcrypto and libssl.
config FREETZ_HAS_AVM_LSOF
bool "Has lsof" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if you have a box with lsof binary.
config FREETZ_HAS_AVM_NAS
bool "Has NAS" if FREETZ_TYPE_CUSTOM
select FREETZ_BUSYBOX_TAR_OLDGNU_COMPATIBILITY
default y if \
( \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3|| \
FREETZ_TYPE_WLAN_3370 \
)
default n
help
Select this if you have a box with NAS support.
config FREETZ_HAS_AVM_PHONE
bool "Has Phone" if FREETZ_TYPE_CUSTOM
default n if \
FREETZ_TYPE_2170 || \
FREETZ_TYPE_WLAN_3020 || \
FREETZ_TYPE_WLAN_3030 || \
FREETZ_TYPE_WLAN_3130 || \
FREETZ_TYPE_WLAN_3131 || \
FREETZ_TYPE_WLAN_3170 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3
default y
help
Select this if you have a box with phone support.
config FREETZ_HAS_AVM_STRACE
bool "Has strace" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
(FREETZ_TYPE_FON_WLAN_7390 && ! FREETZ_TYPE_LABOR) || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if you have a box with strace binary.
config FREETZ_HAS_AVM_TAM
bool "Has TAM" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_7150 || \
FREETZ_TYPE_FON_WLAN_7141 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_FON_WLAN_7570
default n
help
Select this if you have a box with TAM (Telephone Answering Machine) support.
config FREETZ_HAS_AVM_UDEV
bool "udev" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if you have a box with udev.
config FREETZ_HAS_UPDATE_FILESYSTEM_IMAGE
bool "Has update filesystem image" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_6840 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if you have a box with an update filesystem image.
config FREETZ_HAS_USB_CLIENT
bool "USB client" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_2170 || \
FREETZ_TYPE_300IP_AS_FON || \
FREETZ_TYPE_FON || \
FREETZ_TYPE_FON_5050 || \
FREETZ_TYPE_FON_WLAN || \
FREETZ_TYPE_FON_WLAN_7050 || \
FREETZ_TYPE_WLAN_3020 || \
FREETZ_TYPE_WLAN_3030 || \
FREETZ_TYPE_WLAN_3131 || \
FREETZ_TYPE_WLAN_3170
default n
help
Select this if you have a box with USB.
config FREETZ_HAS_AVM_USB_HOST
bool "USB host" if FREETZ_TYPE_CUSTOM
default n if \
FREETZ_TYPE_300IP_AS_FON || \
FREETZ_TYPE_FON || \
FREETZ_TYPE_FON_5010 || \
FREETZ_TYPE_FON_5050 || \
FREETZ_TYPE_FON_5140 || \
FREETZ_TYPE_FON_WLAN || \
FREETZ_TYPE_FON_WLAN_7050 || \
FREETZ_TYPE_FON_WLAN_7112 || \
FREETZ_TYPE_7112_7170 || \
FREETZ_TYPE_FON_WLAN_7113 || \
FREETZ_TYPE_7113_7170 || \
FREETZ_TYPE_WLAN_3020 || \
FREETZ_TYPE_WLAN_3030 || \
FREETZ_TYPE_SINUS_W500V_7150 || \
FREETZ_TYPE_SPEEDPORT_W501V || \
FREETZ_TYPE_SPEEDPORT_W701V_7170
default y
help
Select this if your USB port is a host adapter (which was not designed by AVM).
config FREETZ_HAS_AVM_USB_HOST_AHCI
bool "AVM USB host (AHCI)" if FREETZ_TYPE_CUSTOM
depends on FREETZ_HAS_AVM_USB_HOST
default y if \
FREETZ_TYPE_2170 || \
FREETZ_TYPE_FON_5124 || \
FREETZ_TYPE_FON_7150 || \
FREETZ_TYPE_FON_WLAN_7140 || \
FREETZ_TYPE_FON_WLAN_7141 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_WLAN_3130 || \
FREETZ_TYPE_WLAN_3131 || \
FREETZ_TYPE_WLAN_3170
default n
help
Select this if your USB port is a host adapter
named AHCI (= AVM [USB] Host Controller Interface).
Hint: No support for "Low Speed" devices.
config FREETZ_HAS_AVM_E2FSPROGS
bool "Has AVM e2fsprogs files" if FREETZ_TYPE_CUSTOM
default y if\
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3
default n
help
Select this if you have a firmware with blkid, fsck and mkfs.
config FREETZ_HAS_AVM_WLAN
bool "Has WLAN" if FREETZ_TYPE_CUSTOM
default n if \
FREETZ_TYPE_2170 || \
FREETZ_TYPE_300IP_AS_FON || \
FREETZ_TYPE_FON || \
FREETZ_TYPE_FON_5010 || \
FREETZ_TYPE_FON_5050 || \
FREETZ_TYPE_FON_5124 || \
FREETZ_TYPE_FON_5140
default y
help
Select this if you have a box with WLAN.
config FREETZ_HAS_AVM_UMTS
bool "Has UMTS" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270 || \
FREETZ_TYPE_FON_WLAN_7320 || \
FREETZ_TYPE_FON_WLAN_7330 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7390 || \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
FREETZ_TYPE_WLAN_3370
default n
help
Select this if you have a box with UMTS.
config FREETZ_HAS_AVM_JFFS2
bool "Has jffs2.ko" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_WLAN_3270 || \
FREETZ_TYPE_WLAN_3270_V3 || \
(FREETZ_TYPE_FON_WLAN_7140 && !FREETZ_TYPE_LANG_DE) || \
FREETZ_TYPE_FON_WLAN_7141 || \
FREETZ_TYPE_FON_7150 || \
FREETZ_TYPE_FON_WLAN_7170 || \
FREETZ_TYPE_FON_WLAN_7240 || \
FREETZ_TYPE_FON_WLAN_7270_V1 || \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 || \
FREETZ_TYPE_FON_WLAN_7340 || \
FREETZ_TYPE_FON_WLAN_7360 || \
FREETZ_TYPE_FON_WLAN_7570
default n
help
Select this if you have a box with optional JFFS2 filesystem (jffs2.ko).
config FREETZ_HAS_AVM_JUNK_BYTES
bool "Has AVM junk bytes in SquashFS" if FREETZ_TYPE_CUSTOM
default y if \
FREETZ_TYPE_FON_WLAN_7390 && FREETZ_TYPE_LABOR
default n
help
Select this if you have a firmware with junk bytes in SquashFS, as
described in http://freetz.org/ticket/1614#comment:70
config FREETZ_HAS_AVM_MULTI_ANNEX
bool "Has AVM Multi-Annex" if FREETZ_TYPE_CUSTOM
default y if \
( FREETZ_TYPE_LABOR_PREVIEW && \
( \
FREETZ_TYPE_FON_WLAN_7270_V2 || \
FREETZ_TYPE_FON_WLAN_7270_V3 ||\
FREETZ_TYPE_FON_WLAN_7390 \
) ) || \
FREETZ_TYPE_FON_WLAN_7360
default n
help
Select this if you have a firmware with Multi-Annex.