diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 23:37:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 23:37:26 +0000 |
commit | 23c5ad78e754393b120aee552c77cc8eee710d0e (patch) | |
tree | f2b039020c6a3d91f87a0d6e4a83ffdbff82964b /openwrt/package/linux/Config.in | |
parent | 3bc860c9da997155ebf471a040cdd8bab38ab7a1 (diff) | |
download | mtk-20170518-23c5ad78e754393b120aee552c77cc8eee710d0e.zip mtk-20170518-23c5ad78e754393b120aee552c77cc8eee710d0e.tar.gz mtk-20170518-23c5ad78e754393b120aee552c77cc8eee710d0e.tar.bz2 |
add smbfs module
SVN-Revision: 393
Diffstat (limited to 'openwrt/package/linux/Config.in')
-rw-r--r-- | openwrt/package/linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index 599d9ec..3a77a42 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -36,6 +36,12 @@ config BR2_PACKAGE_KMOD_NFS Kernel modules for NFS support Includes lockd, nfs and sunrpc +config BR2_PACKAGE_KMOD_SMBFS + tristate "SMB support" + default m + help + Kernel modules for SMB support + config BR2_PACKAGE_KMOD_USB tristate "USB/SCSI support" default m |