diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-03 20:22:33 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-03 20:22:33 +0000 |
commit | 30a900cab8c3184f64eb7dfce70cc5e053d1873f (patch) | |
tree | 0818ef91e7f301c3521e7b5c7bfdad7d47dde9dc /target | |
parent | 1ef92a0065620634a271f9d264f4e2232a431e12 (diff) | |
download | upstream-30a900cab8c3184f64eb7dfce70cc5e053d1873f.tar.gz upstream-30a900cab8c3184f64eb7dfce70cc5e053d1873f.tar.bz2 upstream-30a900cab8c3184f64eb7dfce70cc5e053d1873f.zip |
kernel: add missing config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41499
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.9 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 7a5bf166bf..1408eb1c21 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -2278,6 +2278,7 @@ CONFIG_RCU_FANOUT=32 # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_FS_POSIX_ACL is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_RELAY is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 1c3c1cd3e9..67ec373d27 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -2400,6 +2400,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_FS_POSIX_ACL is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_RELAY is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index b610f641c0..d2b3d0dd4a 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -2567,6 +2567,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_FS_POSIX_ACL is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_RELAY is not set diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9 index d13e63c62a..06de808986 100644 --- a/target/linux/generic/config-3.9 +++ b/target/linux/generic/config-3.9 @@ -2608,6 +2608,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_FS_POSIX_ACL is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_RELAY is not set |