Convert speex to new packaging style
[openwrt.git] / openwrt / package / asterisk / Config.in
index 21a322c..27a10b8 100644 (file)
@@ -1,21 +1,23 @@
 config BR2_PACKAGE_ASTERISK
-       tristate "Asterisk"
+       tristate "asterisk - Complete open source PBX"
        default m if CONFIG_DEVEL
        help
          Asterisk is a complete PBX in software. It provides all of the features
          you would expect from a PBX and more. Asterisk does voice over IP in three
          protocols, and can interoperate with almost all standards-based telephony 
          equipment using relatively inexpensive hardware.
+         
+         http://www.asterisk.org/
+         
 
 config BR2_PACKAGE_ASTERISK_SPEEX
        tristate "Speex codec"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_ASTERISK
-       select BR2_PACKAGE_SPEEX
+       select BR2_PACKAGE_LIBSPEEX
        help
          The Speex speech compression codec for Asterisk
 
-
 config BR2_PACKAGE_ASTERISK_MYSQL
        tristate "MySQL plugins"
        default m if CONFIG_DEVEL
This page took 0.023061 seconds and 4 git commands to generate.