[source] kernel: add missing config symbol
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 10 03:37:21 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/43a528eb968985d4d76f6ab7a5639de3b1795f87
commit 43a528eb968985d4d76f6ab7a5639de3b1795f87
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 10 12:36:48 2017 +0100
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/generic/config-3.18 | 1 +
target/linux/generic/config-4.1 | 1 +
target/linux/generic/config-4.4 | 1 +
3 files changed, 3 insertions(+)
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 3734416..1f7cd5c 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -4216,6 +4216,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_MV_UDC is not set
+# CONFIG_USB_MXS_PHY is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_NET_AX88179_178A is not set
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1
index 222ba26..980e513 100644
--- a/target/linux/generic/config-4.1
+++ b/target/linux/generic/config-4.1
@@ -4388,6 +4388,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_MV_UDC is not set
+# CONFIG_USB_MXS_PHY is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_NET_AX88179_178A is not set
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index a654878..bcb77f0 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -4422,6 +4422,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_MV_UDC is not set
+# CONFIG_USB_MXS_PHY is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_NET_AX88179_178A is not set
More information about the lede-commits
mailing list