Changeset c04ece1 in freewrt for package/gsm/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/gsm/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/gsm/Config.in
re13d736 rc04ece1 1 config BR2_COMPILE_GSM1 config FWRT_COMPILE_GSM 2 2 tristate 3 3 default n 4 depends BR2_PACKAGE_LIBGSM4 depends FWRT_PACKAGE_LIBGSM 5 5 6 config BR2_PACKAGE_LIBGSM6 config FWRT_PACKAGE_LIBGSM 7 7 prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)" 8 8 tristate 9 9 default m if CONFIG_DEVEL 10 select BR2_COMPILE_GSM10 select FWRT_COMPILE_GSM 11 11 help 12 12 An implementation of the European GSM 06.10 provisional standard … … 17 17 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ 18 18 19 config BR2_PACKAGE_GSM_UTILS19 config FWRT_PACKAGE_GSM_UTILS 20 20 prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)" 21 21 tristate 22 22 default m if CONFIG_DEVEL 23 depends BR2_PACKAGE_LIBGSM23 depends FWRT_PACKAGE_LIBGSM 24 24 help 25 25 An implementation of the European GSM 06.10 provisional standard
Note:
See TracChangeset
for help on using the changeset viewer.
