From 2017bcd200eb2cf298c06f072475817406a96ba5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 15 Jun 2021 17:05:02 +0200 Subject: [PATCH] ucentral: development update * fix ecw5211 support Signed-off-by: John Crispin --- .../0024-ipq40xx-fix-ecw5211-support.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 patches/0024-ipq40xx-fix-ecw5211-support.patch diff --git a/patches/0024-ipq40xx-fix-ecw5211-support.patch b/patches/0024-ipq40xx-fix-ecw5211-support.patch new file mode 100644 index 000000000..a83a3eb2d --- /dev/null +++ b/patches/0024-ipq40xx-fix-ecw5211-support.patch @@ -0,0 +1,25 @@ +From c82870ef8a2ae4798ede9393254c1e18798e5d01 Mon Sep 17 00:00:00 2001 +From: John Crispin +Date: Tue, 15 Jun 2021 17:03:14 +0200 +Subject: [PATCH] ipq40xx: fix ecw5211 support + +Signed-off-by: John Crispin +--- + target/linux/ipq40xx/image/generic.mk | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk +index 1de17dd15a..487bba77b0 100644 +--- a/target/linux/ipq40xx/image/generic.mk ++++ b/target/linux/ipq40xx/image/generic.mk +@@ -371,6 +371,7 @@ define Device/edgecore_ecw5211 + SOC := qcom-ipq4018 + BLOCKSIZE := 128k + PAGESIZE := 2048 ++ DEVICE_DTS_CONFIG := config@ap.dk01.1-c2 + DEVICE_PACKAGES := kmod-tpm-i2c-atmel kmod-usb-acm uboot-envtools + endef + TARGET_DEVICES += edgecore_ecw5211 +-- +2.25.1 +