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/cns3xxx | |
parent | 71919ae34436258e3b8dce4cbb08758958443877 (diff) | |
download | master-187ad058-805f9e574dcb85996f6406ea6295fd39247a3201.tar.gz master-187ad058-805f9e574dcb85996f6406ea6295fd39247a3201.tar.bz2 master-187ad058-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/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/cns3xxx/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/config-3.14 b/target/linux/cns3xxx/config-3.14 index df132b4b62..b3723924d5 100644 --- a/target/linux/cns3xxx/config-3.14 +++ b/target/linux/cns3xxx/config-3.14 @@ -136,7 +136,6 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HWMON=y -CONFIG_HW_RANDOM=m CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_I2C=y diff --git a/target/linux/cns3xxx/config-3.18 b/target/linux/cns3xxx/config-3.18 index a23caf54f1..a17544fe78 100644 --- a/target/linux/cns3xxx/config-3.18 +++ b/target/linux/cns3xxx/config-3.18 @@ -147,7 +147,6 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HWMON=y -CONFIG_HW_RANDOM=m CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_I2C=y |