From: Felix Fietkau Date: Sun, 17 Jan 2016 10:40:36 +0000 (+0000) Subject: kernel: disable bogus DEVTMPFS config overrides X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=3348279ecae916154c87b18d3653f6f7b7dbe476 kernel: disable bogus DEVTMPFS config overrides Signed-off-by: Felix Fietkau SVN-Revision: 48260 --- diff --git a/target/linux/arm64/config-default b/target/linux/arm64/config-default index adb75c789d..0816031741 100644 --- a/target/linux/arm64/config-default +++ b/target/linux/arm64/config-default @@ -98,7 +98,6 @@ CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_INFO=y CONFIG_DEFAULT_IOSCHED="noop" CONFIG_DEFAULT_NOOP=y -CONFIG_DEVTMPFS=y CONFIG_DTC=y # CONFIG_EFI is not set CONFIG_EXT4_FS=y diff --git a/target/linux/brcm2708/bcm2708/config-4.1 b/target/linux/brcm2708/bcm2708/config-4.1 index 82ae7b33b1..49073b3883 100644 --- a/target/linux/brcm2708/bcm2708/config-4.1 +++ b/target/linux/brcm2708/bcm2708/config-4.1 @@ -104,7 +104,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVTMPFS=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2708=y CONFIG_DMA_BCM2708_LEGACY=y diff --git a/target/linux/brcm2708/bcm2709/config-4.1 b/target/linux/brcm2708/bcm2709/config-4.1 index 866d648312..5f4b4e45a4 100644 --- a/target/linux/brcm2708/bcm2709/config-4.1 +++ b/target/linux/brcm2708/bcm2709/config-4.1 @@ -114,7 +114,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVTMPFS=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2708=y CONFIG_DMA_BCM2708_LEGACY=y diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 1e77fe9566..fddf1b2ecd 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config-4.4 @@ -148,8 +148,6 @@ CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_SPINLOCK=y # CONFIG_DEBUG_UART_8250 is not set # CONFIG_DEBUG_USER is not set -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEV_COREDUMP=y CONFIG_DISPLAY_CONNECTOR_ANALOG_TV=y CONFIG_DISPLAY_CONNECTOR_DVI=y