fix jffs2 and mini_fo mount in failsafe (patch from #7134)
[openwrt.git] / package / ifx-tapidemo / Config.in
1 choice
2 prompt "board selection"
3 default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube
4 default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_ifxmips_platform_ar9
5 default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_ifxmips_platform_vr9
6 default VOICE_CPE_TAPIDEMO_BOARD_EASY50812
7 help
8 Select the target platform.
9
10 config VOICE_CPE_TAPIDEMO_BOARD_EASY50712
11 bool "Danube reference board"
12
13 config VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3
14 bool "Danube reference board V3"
15
16 config VOICE_CPE_TAPIDEMO_BOARD_EASY508xx
17 bool "AR9/GR9 reference board"
18
19 config VOICE_CPE_TAPIDEMO_BOARD_EASY80910
20 bool "VR9 reference board"
21 endchoice
22
23 config VOICE_CPE_TAPIDEMO_QOS
24 bool "enable QOS support"
25 default n
26 help
27 Option to enable the KPI2UDP RTP packet acceleration path
28 (highly recommended for VoIP).
29
30 config VOICE_CPE_TAPIDEMO_FAX_T.38_FW
31 bool "enable T.38 fax relay"
32 depends on (TARGET_ifxmips_platform_ar9 || TARGET_ifxmips_platform_vr9)
33 default n
34 help
35 enable T.38 fax relay demo.
36
This page took 0.042903 seconds and 5 git commands to generate.