let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / gsm / Config.in
1 config BR2_COMPILE_GSM
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBGSM
5
6 config BR2_PACKAGE_LIBGSM
7 prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_GSM
11 help
12 An implementation of the European GSM 06.10 provisional standard
13 for full-rate speech transcoding, prI-ETS 300 036, which uses
14 RPE/LTP (residual pulse excitation/long term prediction) coding
15 at 13 kbit/s.
16
17 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
18
19 config BR2_PACKAGE_GSM_UTILS
20 prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
21 tristate
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_LIBGSM
24 help
25 An implementation of the European GSM 06.10 provisional standard
26 for full-rate speech transcoding, prI-ETS 300 036, which uses
27 RPE/LTP (residual pulse excitation/long term prediction) coding
28 at 13 kbit/s.
29
30 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/