diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-22 09:50:26 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-22 09:50:26 +0000 |
commit | 82df3f8bca1f3706214c04eed9c8ca00892d6078 (patch) | |
tree | 596e96451c3dd5a9c5ee49f0e8fab4bd21102854 /target/linux/uml/config/i386 | |
parent | 55486221830efb2ea1ae8dd72c558ec40fd7db00 (diff) |
Disable NFS_ACL support in the UML config, other platforms do not have it as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/config/i386')
-rw-r--r-- | target/linux/uml/config/i386 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index 19c41ff48..808464661 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -96,12 +96,6 @@ CONFIG_MPENTIUMII=y # CONFIG_MWINCHIP3D is not set # CONFIG_MWINCHIPC6 is not set CONFIG_NAMESPACES=y -CONFIG_NFSD_V2_ACL=y -CONFIG_NFSD_V3_ACL=y -# CONFIG_NFSD_V4 is not set -CONFIG_NFS_ACL_SUPPORT=m -CONFIG_NFS_V3_ACL=y -# CONFIG_NFS_V4 is not set CONFIG_NLS=y # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_ISO8859_15 is not set |