From e42ef1172128d0db435607ce668fa5afa22d5002 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 19 May 2005 16:23:16 +0000 Subject: [PATCH] Add package name and short description to Config.in prompt, add URL too SVN-Revision: 952 --- openwrt/package/asterisk/Config.in | 6 ++++-- openwrt/package/cups/Config.in | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index 21a322cdb0..d389db1b9f 100644 --- a/openwrt/package/asterisk/Config.in +++ b/openwrt/package/asterisk/Config.in @@ -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 diff --git a/openwrt/package/cups/Config.in b/openwrt/package/cups/Config.in index 41c3478248..7f273d73e3 100644 --- a/openwrt/package/cups/Config.in +++ b/openwrt/package/cups/Config.in @@ -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/ + -- 2.25.1