diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:23:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:23:16 +0000 |
commit | e42ef1172128d0db435607ce668fa5afa22d5002 (patch) | |
tree | d9a4b6fe1b96453453c46d6085a3a325eb286b8c /openwrt/package/cups/Config.in | |
parent | 44e5b1b3e69879352b4973d2e0f06c164b61941d (diff) | |
download | mtk-20170518-e42ef1172128d0db435607ce668fa5afa22d5002.zip mtk-20170518-e42ef1172128d0db435607ce668fa5afa22d5002.tar.gz mtk-20170518-e42ef1172128d0db435607ce668fa5afa22d5002.tar.bz2 |
Add package name and short description to Config.in prompt, add URL too
SVN-Revision: 952
Diffstat (limited to 'openwrt/package/cups/Config.in')
-rw-r--r-- | openwrt/package/cups/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/cups/Config.in b/openwrt/package/cups/Config.in index 41c3478..7f273d7 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/ + |