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 | 805f9e574dcb85996f6406ea6295fd39247a3201 (patch) | |
tree | cce87ff71edd0ac5f518a7cf1207b1d2934ff220 /target/linux/generic/config-3.13 | |
parent | 71919ae34436258e3b8dce4cbb08758958443877 (diff) | |
download | upstream-805f9e574dcb85996f6406ea6295fd39247a3201.tar.gz upstream-805f9e574dcb85996f6406ea6295fd39247a3201.tar.bz2 upstream-805f9e574dcb85996f6406ea6295fd39247a3201.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.13')
-rw-r--r-- | target/linux/generic/config-3.13 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index b9ba3a898d..d9f92eea01 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -255,7 +255,6 @@ CONFIG_ATA_SFF=y # CONFIG_ATH79 is not set # CONFIG_ATH9K is not set # CONFIG_ATH9K_HTC is not set -CONFIG_ATH_CARDS=m # CONFIG_ATH_DEBUG is not set # CONFIG_ATL1 is not set # CONFIG_ATL1C is not set @@ -2395,7 +2394,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 @@ -3044,7 +3042,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 |