[openwrt/openwrt] ramips: mt76x8: add missing config symbol

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 30 11:13:29 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/a205de55941b025f6f85ac19005496c726d6e157

commit a205de55941b025f6f85ac19005496c726d6e157
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Thu Jul 29 22:58:57 2021 +0200

    ramips: mt76x8: add missing config symbol
    
    PWM_MEDIATEK was not defined, breaking builds for the mt76x8 subtarget.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ramips/mt76x8/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4
index ec21b3722b..dfd01598ad 100644
--- a/target/linux/ramips/mt76x8/config-5.4
+++ b/target/linux/ramips/mt76x8/config-5.4
@@ -199,6 +199,7 @@ CONFIG_PHY_RALINK_USB=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_RT2880=y
 # CONFIG_PINCTRL_SINGLE is not set
+# CONFIG_PWM_MEDIATEK is not set
 CONFIG_RALINK=y
 # CONFIG_RALINK_WDT is not set
 CONFIG_REGMAP=y



More information about the lede-commits mailing list