Changeset c04ece1 in freewrt for package/gsm/Config.in


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/gsm/Config.in

    re13d736 rc04ece1  
    1 config BR2_COMPILE_GSM
     1config FWRT_COMPILE_GSM
    22        tristate
    33        default n
    4         depends BR2_PACKAGE_LIBGSM
     4        depends FWRT_PACKAGE_LIBGSM
    55       
    6 config BR2_PACKAGE_LIBGSM
     6config FWRT_PACKAGE_LIBGSM
    77        prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
    88        tristate
    99        default m if CONFIG_DEVEL
    10         select BR2_COMPILE_GSM
     10        select FWRT_COMPILE_GSM
    1111        help
    1212          An implementation of the European GSM 06.10 provisional standard
     
    1717          ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
    1818
    19 config BR2_PACKAGE_GSM_UTILS
     19config FWRT_PACKAGE_GSM_UTILS
    2020        prompt   "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
    2121        tristate
    2222        default m if CONFIG_DEVEL
    23         depends BR2_PACKAGE_LIBGSM
     23        depends FWRT_PACKAGE_LIBGSM
    2424        help
    2525          An implementation of the European GSM 06.10 provisional standard
Note: See TracChangeset for help on using the changeset viewer.