diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-16 16:25:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-16 16:25:10 +0000 |
commit | 15daf46dc63d34805d345370b20b6291c7e71080 (patch) | |
tree | b042d5e502523ef1bca83e39a97d57747d28566e | |
parent | 8c685489b14fd661f0f8e324e278aa839e405670 (diff) | |
download | master-187ad058-15daf46dc63d34805d345370b20b6291c7e71080.tar.gz master-187ad058-15daf46dc63d34805d345370b20b6291c7e71080.tar.bz2 master-187ad058-15daf46dc63d34805d345370b20b6291c7e71080.zip |
mvebu: add missing symbols.
this broke full builds of the mvebu target
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48725 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |