diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-22 09:50:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-22 09:50:26 +0000 |
commit | 58a0fd47b2acde820e5a7cc9ac95b6a510a41b46 (patch) | |
tree | f92b6f1390b455f32c331ca557b08e8e9bfa6cba /target/linux/uml/config/x86_64 | |
parent | 3ff4b7ee10b8d8d356ad8c0c900e71224649fcfa (diff) | |
download | upstream-58a0fd47b2acde820e5a7cc9ac95b6a510a41b46.tar.gz upstream-58a0fd47b2acde820e5a7cc9ac95b6a510a41b46.tar.bz2 upstream-58a0fd47b2acde820e5a7cc9ac95b6a510a41b46.zip |
Disable NFS_ACL support in the UML config, other platforms do not have it as well
SVN-Revision: 11905
Diffstat (limited to 'target/linux/uml/config/x86_64')
-rw-r--r-- | target/linux/uml/config/x86_64 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 8a7f031a1d..a992e5f26d 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -57,12 +57,6 @@ CONFIG_MCONSOLE=y CONFIG_MODE_SKAS=y CONFIG_NEST_LEVEL=0 CONFIG_NET_SCH_FIFO=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 |