Add package name and short description to Config.in prompt, add URL too
authorNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:23:16 +0000 (16:23 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:23:16 +0000 (16:23 +0000)
SVN-Revision: 952

openwrt/package/asterisk/Config.in
openwrt/package/cups/Config.in

index 21a322cdb0d625683b07b96bd7c0c1f55bc6bd67..d389db1b9f4a80049cb860bc5f62f4a68099e6f5 100644 (file)
@@ -1,11 +1,14 @@
 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"
@@ -15,7 +18,6 @@ config BR2_PACKAGE_ASTERISK_SPEEX
        help
          The Speex speech compression codec for Asterisk
 
-
 config BR2_PACKAGE_ASTERISK_MYSQL
        tristate "MySQL plugins"
        default m if CONFIG_DEVEL
index 41c34782487efbab4e67deba903c9c12b5114ae6..7f273d73e388e755941087a701a8f5838cc65566 100644 (file)
@@ -1,5 +1,8 @@
 config BR2_PACKAGE_CUPS
-       tristate "Common UNIX Printing System"
+       tristate "cups - Common UNIX Printing System"
        default m if CONFIG_DEVEL
        help
          A printer spooling system for devices with USB or LP support
+         
+         http://www.cups.org/
+