diff options
author | Paul Blazejowski <paulb@blazebox.homeip.net> | 2021-07-21 18:28:20 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-22 20:02:31 +0200 |
commit | 61c65acbda9720f445f1c696a871d1c79578cbdf (patch) | |
tree | 396f362903ce424c9b03e1a9507bbbac1e97b2d9 /target | |
parent | 25d9fe8468451f1e0ddeb70ac3aa722f947311ed (diff) | |
download | upstream-61c65acbda9720f445f1c696a871d1c79578cbdf.tar.gz upstream-61c65acbda9720f445f1c696a871d1c79578cbdf.tar.bz2 upstream-61c65acbda9720f445f1c696a871d1c79578cbdf.zip |
ath79: kernel: Add missing quote to drivers/mfd/Kconfig
A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch
produces:
...
scripts/kconfig/conf --syncconfig Kconfig
drivers/mfd/Kconfig:2016:warning: multi-line strings not supported
...
This patch adds missing closing quote, fixing the above warning.
Signed-off-by: Paul Blazejowski <paulb@blazebox.homeip.net>
(cherry picked from commit f7374bce00a97fda78ace3acaef48369e8246814)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch b/target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch index 60f8bdff79..7f424bbfc6 100644 --- a/target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch +++ b/target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch @@ -5,7 +5,7 @@ device found on several devices in RAVE line of hardware. +config MFD_RB4XX_CPLD -+ tristate "CPLD driver for Mikrotik RB4xx series boards ++ tristate "CPLD driver for Mikrotik RB4xx series boards" + select MFD_CORE + depends on ATH79 || COMPILE_TEST + help |