diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:25:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:25:26 +0000 |
commit | acd7d8c17bc93577e2d8f946c3095f1a6c5e5dad (patch) | |
tree | 230394a86751312598e0504933c472ebca1b6f78 /openwrt/package/cifsmount | |
parent | 75821c2390b437410433614056080e7108342f0d (diff) |
Add package name and short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cifsmount')
-rw-r--r-- | openwrt/package/cifsmount/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/cifsmount/Config.in b/openwrt/package/cifsmount/Config.in index 751c24c84..6c02377cc 100644 --- a/openwrt/package/cifsmount/Config.in +++ b/openwrt/package/cifsmount/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_CIFSMOUNT - tristate "mount.cifs" + tristate "cifsmount - Helper utility for mounting remote CIFS shares" default m if CONFIG_DEVEL help - user space helper for mounting remote CIFS shares + An user space helper for mounting remote CIFS shares +
\ No newline at end of file |