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 | c95684471b782f5be43099e3e8f5bcfed8418558 (patch) | |
tree | 29c98237184d0a3f923888a4cd9dcf1569ad5c7c /target/linux | |
parent | f6428ed9c4fdc32d599a58dd8277b32834b0cd52 (diff) | |
download | upstream-c95684471b782f5be43099e3e8f5bcfed8418558.tar.gz upstream-c95684471b782f5be43099e3e8f5bcfed8418558.tar.bz2 upstream-c95684471b782f5be43099e3e8f5bcfed8418558.zip |
disable devtmpfs in 2.6.32 because its not used, thanks tripolar
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19594 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |