From fce3599a4487cadd0a2a1107a3af630462ccff62 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 28 Nov 2021 15:26:18 +0100 Subject: [PATCH] ipq40xx: unbreak EZVIZ CS-W3-WD1200G EUP on 5.10 --- target/linux/ipq40xx/base-files/etc/board.d/02_network | 2 +- target/linux/ipq40xx/image/generic.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index 81155a994f..c833f416d4 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -27,7 +27,7 @@ ipq40xx_setup_interfaces() aruba,ap-303h|\ teltonika,rutx10) ucidef_add_switch "switch0" \ - "0t@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "0u@eth1" "5:wan" + "0t@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "5:wan" ;; asus,map-ac2200|\ cilab,meshpoint-one|\ diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index d1bcc28beb..1aa9d9bf4f 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -525,8 +525,8 @@ define Device/ezviz_cs-w3-wd1200g-eup DEVICE_VENDOR := EZVIZ DEVICE_MODEL := CS-W3-WD1200G DEVICE_VARIANT := EUP - DEVICE_DTS_CONFIG := config@4 IMAGE_SIZE := 14848k + KERNEL_SIZE = 6m SOC := qcom-ipq4018 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \ append-metadata