mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-10 14:59:40 +00:00
I selected one subtarget after the other and refreshed their configuration using this command: make kernel_oldconfig CONFIG_TARGET=subtarget For MT7629 I had to re-add CONFIG_LEDS_SMARTRG_LED manually. Otherwise, building MT7629 with ALL_KMODS we get prompted for LEDS_SMARTRG_LED and this will break CI and in future buildbot compilation. See commit6bdea8c7bd
("mediatek: mt7629: 6.6: disable LEDS_SMARTRG_LED by default") for more details. Signed-off-by: Martin Schiller <ms@dev.tdt.de> Link: https://github.com/openwrt/openwrt/pull/18182 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit5013efc4f9
)