diff options
author | John Crispin <john@openwrt.org> | 2016-02-16 16:25:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-16 16:25:10 +0000 |
commit | e4db453eab8c48a688e5d5e80849245609e3a9f4 (patch) | |
tree | 6860eb39bbd5be81fd875f327baebfca34419fca /target/linux/mvebu | |
parent | 374a8f96bd8ab211774f497e6e3348b0e77c046e (diff) | |
download | upstream-e4db453eab8c48a688e5d5e80849245609e3a9f4.tar.gz upstream-e4db453eab8c48a688e5d5e80849245609e3a9f4.tar.bz2 upstream-e4db453eab8c48a688e5d5e80849245609e3a9f4.zip |
mvebu: add missing symbols.
this broke full builds of the mvebu target
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48725
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/mvebu/config-4.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.1 b/target/linux/mvebu/config-4.1 index a3a6c06c62..ee5c983f71 100644 --- a/target/linux/mvebu/config-4.1 +++ b/target/linux/mvebu/config-4.1 @@ -211,6 +211,7 @@ CONFIG_IRQ_WORK=y # CONFIG_IWMMXT is not set CONFIG_LEDS_GPIO=y # CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_TLC59116 is not set CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LOG_BUF_SHIFT=14 diff --git a/target/linux/mvebu/config-4.4 b/target/linux/mvebu/config-4.4 index a3a6c06c62..ee5c983f71 100644 --- a/target/linux/mvebu/config-4.4 +++ b/target/linux/mvebu/config-4.4 @@ -211,6 +211,7 @@ CONFIG_IRQ_WORK=y # CONFIG_IWMMXT is not set CONFIG_LEDS_GPIO=y # CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_TLC59116 is not set CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LOG_BUF_SHIFT=14 |