[openwrt/openwrt] generic: kernel: add missing symbol
LEDE Commits
lede-commits at lists.infradead.org
Mon May 22 13:40:39 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/47e43c86e44c471973d367b230ddc29aa2dc8888
commit 47e43c86e44c471973d367b230ddc29aa2dc8888
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Tue Apr 18 10:28:33 2023 +0200
generic: kernel: add missing symbol
Add missing symbol while adding layerscape support
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
[ add commit description ]
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/generic/config-6.1 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 20b57ccbb3..f8c0e9f939 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -116,7 +116,9 @@ CONFIG_64BIT_TIME=y
# CONFIG_ADM6996_PHY is not set
# CONFIG_ADM8211 is not set
# CONFIG_ADMV1013 is not set
+# CONFIG_ADMV1014 is not set
# CONFIG_ADMV4420 is not set
+# CONFIG_ADMV8818 is not set
# CONFIG_ADRF6780 is not set
# CONFIG_ADT7316 is not set
# CONFIG_ADUX1020 is not set
@@ -7341,6 +7343,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set
+# CONFIG_USB_XEN_HCD is not set
# CONFIG_USB_XHCI_DBGCAP is not set
# CONFIG_USB_XHCI_HCD is not set
# CONFIG_USB_XHCI_MVEBU is not set
More information about the lede-commits
mailing list