diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 22:25:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 22:25:11 +0000 |
commit | 66c03309056036f43d0efce7806b47820e56d3eb (patch) | |
tree | 70c180142f9b19bc33b329569a0fa39e4796e531 /package/cifsmount/Config.in | |
parent | 19ced23051990aeff48fe01eff8075e98c7c9b5e (diff) | |
download | upstream-66c03309056036f43d0efce7806b47820e56d3eb.tar.gz upstream-66c03309056036f43d0efce7806b47820e56d3eb.tar.bz2 upstream-66c03309056036f43d0efce7806b47820e56d3eb.zip |
add mount.cifs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cifsmount/Config.in')
-rw-r--r-- | package/cifsmount/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/cifsmount/Config.in b/package/cifsmount/Config.in new file mode 100644 index 0000000000..35d91abc3a --- /dev/null +++ b/package/cifsmount/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_CIFSMOUNT + tristate "mount.cifs" + default m + help + user space helper for mounting remote CIFS shares |