diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-09 22:55:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-09 22:55:13 +0000 |
commit | f32d3bc30e83079d353fe72e8f33dfa741bae292 (patch) | |
tree | e1c7e8dedbd8f3a9407c5025e5e501cdb5475aa2 /openwrt/package/linux/Config.in | |
parent | 2489bff8c0ee47946e4051b23d65ce27e9857441 (diff) | |
download | mtk-20170518-f32d3bc30e83079d353fe72e8f33dfa741bae292.zip mtk-20170518-f32d3bc30e83079d353fe72e8f33dfa741bae292.tar.gz mtk-20170518-f32d3bc30e83079d353fe72e8f33dfa741bae292.tar.bz2 |
Add kmod-nfs package
SVN-Revision: 360
Diffstat (limited to 'openwrt/package/linux/Config.in')
-rw-r--r-- | openwrt/package/linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index 81cf74b..bcb73db 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -29,6 +29,13 @@ config BR2_PACKAGE_KMOD_IPT6 help IPv6 firewalling support +config BR2_PACKAGE_KMOD_NFS + tristate "NFS support" + default m + help + Kernel modules for NFS support + Includes lockd, nfs and sunrpc + config BR2_PACKAGE_KMOD_USB tristate "USB/SCSI support" default m |