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 | e43e769eb759b4d04aed4104c9359b104bd1099a (patch) | |
tree | e0a969781b2f94f70f94969ae6fb59683ad49340 /package/cups | |
parent | 350b4596a464a1ea81bd6933a138c32386c23202 (diff) | |
download | upstream-e43e769eb759b4d04aed4104c9359b104bd1099a.tar.gz upstream-e43e769eb759b4d04aed4104c9359b104bd1099a.tar.bz2 upstream-e43e769eb759b4d04aed4104c9359b104bd1099a.zip |
Add package name and short description to Config.in prompt, add URL too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cups')
-rw-r--r-- | package/cups/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/cups/Config.in b/package/cups/Config.in index 41c3478248..7f273d73e3 100644 --- a/package/cups/Config.in +++ b/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/ + |