From: Mathias Kresin Date: Sat, 21 May 2016 10:13:40 +0000 (+0200) Subject: uboot-lantiq: ARV752DPW - use correct switch driver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e81acacaa3c968067ae269316531818bbe2dbde7;p=openwrt%2Fstaging%2Fwigyori.git uboot-lantiq: ARV752DPW - use correct switch driver There is no RTL8206 switch driver. Signed-off-by: Mathias Kresin --- diff --git a/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch b/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch index 28632dcb13..07bef6e312 100644 --- a/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch +++ b/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch @@ -195,7 +195,7 @@ Signed-off-by: Daniel Schwierzeck + +/* Switch devices */ +#define CONFIG_SWITCH_MULTI -+#define CONFIG_SWITCH_RTL8206 ++#define CONFIG_SWITCH_RTL8306 + +/* Environment */ +#if defined(CONFIG_SYS_BOOT_NOR)