From: Tianling Shen Date: Mon, 26 May 2025 06:54:08 +0000 (+0800) Subject: rockchip: add missing symbol X-Git-Tag: v24.10.2~52 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18921%2Fhead;p=thirdparty%2Fopenwrt.git rockchip: add missing symbol Commit 7cace002baaf added a generic kernel patch that exposes a new symbol REALTEK_PHY_HWMON when REALTEK_PHY and HWMON are enabled. The new symbol was added to kmod-phy-realtek, but the kmod is not used in the rockchip target. Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/18921 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6 index 187a1bb6700..6a1cc94bf70 100644 --- a/target/linux/rockchip/armv8/config-6.6 +++ b/target/linux/rockchip/armv8/config-6.6 @@ -552,6 +552,7 @@ CONFIG_RATIONAL=y # CONFIG_RAVE_SP_CORE is not set CONFIG_RCU_TRACE=y CONFIG_REALTEK_PHY=y +CONFIG_REALTEK_PHY_HWMON=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_IRQ=y