forked from Ivasoft/openwrt
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
This commit is contained in:
@@ -279,7 +279,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
|
||||
@@ -2553,12 +2552,10 @@ CONFIG_NF_CONNTRACK_PROCFS=y
|
||||
# CONFIG_NF_CT_PROTO_UDPLITE is not set
|
||||
# CONFIG_NF_DEFRAG_IPV4 is not set
|
||||
# CONFIG_NF_LOG_ARP is not set
|
||||
CONFIG_NF_LOG_IPV4=m
|
||||
# CONFIG_NF_NAT is not set
|
||||
# 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_MASQUERADE_IPV4 is not set
|
||||
@@ -2570,7 +2567,6 @@ CONFIG_NF_NAT_IPV4=m
|
||||
# CONFIG_NF_NAT_SIP is not set
|
||||
# CONFIG_NF_NAT_SNMP_BASIC is not set
|
||||
# CONFIG_NF_NAT_TFTP is not set
|
||||
CONFIG_NF_REJECT_IPV4=m
|
||||
# CONFIG_NF_TABLES is not set
|
||||
# CONFIG_NI52 is not set
|
||||
# CONFIG_NI65 is not set
|
||||
@@ -3233,7 +3229,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
|
||||
|
||||
Reference in New Issue
Block a user