diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:44 +0000 |
commit | 7cc5b6f9e9ef3414b282d87a51095a834a39969b (patch) | |
tree | dcd8b53fdc5bed3f1c07967eab420515e6b46ec7 /target/linux/generic/config-3.10 | |
parent | 2b9379052e3145596eb2abd2b81da62fc9a9a455 (diff) | |
download | upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.tar.gz upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.tar.bz2 upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.zip |
all targets: remove all =m kernel config symbols
modules build during the kernel compile phase are ignored anyway,
all modules should be built using KernelPackage in
package/kernel/linux/modules/*
selecting the appropriate config symbols there rather than in
target/linux/*/config-*
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43842
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index b3c3daa734..9251e6c17b 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2271,7 +2271,6 @@ CONFIG_NF_CONNTRACK_PROCFS=y # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set -CONFIG_NF_NAT_IPV4=m # CONFIG_NF_NAT_IPV6 is not set # CONFIG_NF_NAT_IRC is not set # CONFIG_NF_NAT_NEEDED is not set @@ -2892,7 +2891,6 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_ULTRASTOR is not set -CONFIG_SCSI_WAIT_SCAN=m # CONFIG_SDIO_UART is not set # CONFIG_SECCOMP is not set # CONFIG_SECURITY is not set |