diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-02-12 01:18:50 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-02-12 01:18:50 +0000 |
commit | dfa8152068ea2c4478d958928ac79aafea53ad4f (patch) | |
tree | bfb8a8feecc5e8bcb45c9b225bef58bc0b51f452 /target/linux | |
parent | f05d9d2e8ed5f7ec360e556a474105ea6cf580d4 (diff) | |
download | upstream-dfa8152068ea2c4478d958928ac79aafea53ad4f.tar.gz upstream-dfa8152068ea2c4478d958928ac79aafea53ad4f.tar.bz2 upstream-dfa8152068ea2c4478d958928ac79aafea53ad4f.zip |
disable devtmpfs in 2.6.32 because its not used, thanks tripolar
SVN-Revision: 19594
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index e6d3c5e70c..0493d76021 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -453,8 +453,8 @@ CONFIG_DEFAULT_WESTWOOD=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DEVKMEM is not set # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set -CONFIG_DEVTMPFS_MOUNT=y -CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set +# CONFIG_DEVTMPFS is not set # CONFIG_DGRS is not set # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_DISPLAY_SUPPORT is not set |