diff options
| author | Paul Blazejowski | 2021-07-21 22:28:20 +0000 |
|---|---|---|
| committer | Daniel Golle | 2021-07-23 01:38:22 +0000 |
| commit | f7374bce00a97fda78ace3acaef48369e8246814 (patch) | |
| tree | a23ef52c180ee98ec30ab1c35a9cb0df5a744555 | |
| parent | b30924873062be47250e6b872347461c8221688d (diff) | |
| download | openwrt-f7374bce00a97fda78ace3acaef48369e8246814.tar.gz | |
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>
| -rw-r--r-- | target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch | 2 | ||||
| -rw-r--r-- | target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch b/target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch index 7c3c91817f..3129fac3ab 100644 --- a/target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch +++ b/target/linux/ath79/patches-5.10/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 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 |