mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
26 lines
801 B
Diff
26 lines
801 B
Diff
From e443437d08651e307662a9e6c0ee050f0c0571f4 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Tue, 10 Aug 2021 07:57:35 +0200
|
|
Subject: [PATCH] ipq40xx: fix ecw5211 support
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
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 358a583f84..a435a127fa 100644
|
|
--- a/target/linux/ipq40xx/image/generic.mk
|
|
+++ b/target/linux/ipq40xx/image/generic.mk
|
|
@@ -355,6 +355,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
|
|
endef
|
|
TARGET_DEVICES += edgecore_ecw5211
|
|
--
|
|
2.25.1
|
|
|