diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-08 11:47:33 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-08 11:47:33 +0000 |
commit | 95cd5139869e5017c4c91d3457370cf4d123a1c0 (patch) | |
tree | 78d321a80258a443786bc074d2089f21b2b91ca6 /target/linux/mvebu | |
parent | 8c2f74cb0ac9bd1ccadf421cb7f62e1acecf0e1b (diff) | |
download | upstream-95cd5139869e5017c4c91d3457370cf4d123a1c0.tar.gz upstream-95cd5139869e5017c4c91d3457370cf4d123a1c0.tar.bz2 upstream-95cd5139869e5017c4c91d3457370cf4d123a1c0.zip |
mvebu: remove forced module config
These should either be disabled or not present in the config, else
they might cause build issues because of unexpected unpackaged
modules, as it is the case for LEDS_CLASS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-3.10 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/mvebu/config-3.10 b/target/linux/mvebu/config-3.10 index 0fba064f95..64d42021c0 100644 --- a/target/linux/mvebu/config-3.10 +++ b/target/linux/mvebu/config-3.10 @@ -63,7 +63,6 @@ CONFIG_CPU_RMAP=y CONFIG_CPU_TLB_V7=y CONFIG_CPU_V7=y CONFIG_CRC16=y -CONFIG_CRC_ITU_T=m CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_LL=y @@ -149,7 +148,6 @@ CONFIG_IRQ_WORK=y CONFIG_ISO9660_FS=y CONFIG_JBD=y CONFIG_KTIME_SCALAR=y -CONFIG_LEDS_CLASS=m CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LOCAL_TIMERS=y CONFIG_LOG_BUF_SHIFT=14 @@ -242,7 +240,6 @@ CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_STATS=y CONFIG_TREE_RCU=y -CONFIG_UDF_FS=m CONFIG_UID16=y CONFIG_UIDGID_CONVERTED=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" |