소스 검색

uboot-lantiq: ARV752DPW - use correct switch driver

There is no RTL8206 switch driver.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 9 년 전
부모
커밋
e81acacaa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch

+ 1 - 1
package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch

@@ -195,7 +195,7 @@ Signed-off-by: Daniel Schwierzeck <[email protected]>
 +
 +/* Switch devices */
 +#define CONFIG_SWITCH_MULTI
-+#define CONFIG_SWITCH_RTL8206
++#define CONFIG_SWITCH_RTL8306
 +
 +/* Environment */
 +#if defined(CONFIG_SYS_BOOT_NOR)