[openwrt/openwrt] generic: 6.1: add missing symbol for EN8811H PHY driver
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 20 00:22:01 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/63f7ced2f05ac8f1b9f924cd49201e99d24f2832
commit 63f7ced2f05ac8f1b9f924cd49201e99d24f2832
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Feb 19 21:38:40 2024 +0100
generic: 6.1: add missing symbol for EN8811H PHY driver
Disable Airoha EN8811H PHY driver by default to avoid individual targets having to
disable it.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/generic/config-6.1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 18ce637c80..b4aeeb9a70 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -155,6 +155,7 @@ CONFIG_AF_UNIX_OOB=y
# CONFIG_AHCI_QORIQ is not set
# CONFIG_AHCI_XGENE is not set
CONFIG_AIO=y
+# CONFIG_AIR_EN8811H_PHY is not set
# CONFIG_AIRO is not set
# CONFIG_AIRO_CS is not set
# CONFIG_AIX_PARTITION is not set
More information about the lede-commits
mailing list