diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:40:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:40:36 +0000 |
commit | df21e31604d9878d6a8c80bf11445dcf643b0f8d (patch) | |
tree | a873632000f927f2e1d3f037580f8c04797d80f9 | |
parent | 0d23a0fcf080fd0fdfed323d796dae18176b0b87 (diff) | |
download | master-187ad058-df21e31604d9878d6a8c80bf11445dcf643b0f8d.tar.gz master-187ad058-df21e31604d9878d6a8c80bf11445dcf643b0f8d.tar.bz2 master-187ad058-df21e31604d9878d6a8c80bf11445dcf643b0f8d.zip |
kernel: disable bogus DEVTMPFS config overrides
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48260 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/arm64/config-default | 1 | ||||
-rw-r--r-- | target/linux/brcm2708/bcm2708/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/brcm2708/bcm2709/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/omap/config-4.4 | 2 |
4 files changed, 0 insertions, 5 deletions
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 |