From bf0aeede47c20f8da9afbc1d17165eb11a79d38e Mon Sep 17 00:00:00 2001 From: thepeople Date: Fri, 12 Feb 2010 01:18:50 +0000 Subject: [PATCH] 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 --- target/linux/generic-2.6/config-2.6.32 | 4 ++-- 1 file 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 e6d3c5e70..0493d7602 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 -- 2.35.1