]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: add missing symbol
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 1 May 2025 22:46:25 +0000 (01:46 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sat, 3 May 2025 20:23:10 +0000 (23:23 +0300)
Commit d7e82c78d7a2 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
realtek target.

Fixes: d7e82c78d7a2 ("generic: backport Realtek PHY patches from upstream")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
target/linux/realtek/rtl838x/config-6.6
target/linux/realtek/rtl839x/config-6.6
target/linux/realtek/rtl930x/config-6.6

index 9ac001b0d257c433ac879f9bdf714f4ef7c37947..a9d406f98d5d57488881672abd8c9d40a3122be4 100644 (file)
@@ -208,6 +208,7 @@ CONFIG_RATIONAL=y
 CONFIG_REALTEK_OTTO_TIMER=y
 CONFIG_REALTEK_OTTO_WDT=y
 CONFIG_REALTEK_PHY=y
+CONFIG_REALTEK_PHY_HWMON=y
 CONFIG_REALTEK_SOC_PHY=y
 CONFIG_REALTEK_THERMAL=y
 CONFIG_REGMAP=y
index 594514914d3871c666c605d0a5526ee4bae5fb8e..7ea9f707cbc0ced6a5eae24420d21d2f3d304896 100644 (file)
@@ -216,6 +216,7 @@ CONFIG_RATIONAL=y
 CONFIG_REALTEK_OTTO_TIMER=y
 CONFIG_REALTEK_OTTO_WDT=y
 CONFIG_REALTEK_PHY=y
+CONFIG_REALTEK_PHY_HWMON=y
 CONFIG_REALTEK_SOC_PHY=y
 CONFIG_REGMAP=y
 CONFIG_REGMAP_I2C=y
index 497ca59ff5ec8ea936833c08e0c6d9cc33a948fc..772240e4fc97c34b5d2e67ac62e7e62b3963987f 100644 (file)
@@ -186,6 +186,7 @@ CONFIG_RATIONAL=y
 CONFIG_REALTEK_OTTO_TIMER=y
 CONFIG_REALTEK_OTTO_WDT=y
 CONFIG_REALTEK_PHY=y
+CONFIG_REALTEK_PHY_HWMON=y
 CONFIG_REALTEK_SOC_PHY=y
 CONFIG_REALTEK_THERMAL=y
 CONFIG_REGMAP=y