mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
26 lines
874 B
Diff
26 lines
874 B
Diff
From b0f5e92e6436ce9839c99fce4977dd45c650592d Mon Sep 17 00:00:00 2001
|
|
From: "800246@emplustech.com" <cp.chang@emplustech.com>
|
|
Date: Thu, 9 Oct 2025 10:21:16 +0800
|
|
Subject: [PATCH 1/1] mediatek: add emplus_wap588m for uboot-envtools support
|
|
|
|
Signed-off-by: 800246@emplustech.com <cp.chang@emplustech.com>
|
|
---
|
|
package/boot/uboot-envtools/files/mediatek_filogic | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/package/boot/uboot-envtools/files/mediatek_filogic b/package/boot/uboot-envtools/files/mediatek_filogic
|
|
index 77bc168d03..346ecae623 100644
|
|
--- a/package/boot/uboot-envtools/files/mediatek_filogic
|
|
+++ b/package/boot/uboot-envtools/files/mediatek_filogic
|
|
@@ -12,6 +12,7 @@ touch /etc/config/ubootenv
|
|
board=$(board_name)
|
|
|
|
case "$board" in
|
|
+emplus,wap588m|\
|
|
edgecore,eap111|\
|
|
edgecore,eap112)
|
|
local envdev=/dev/mtd$(find_mtd_index "u-boot-env")
|
|
--
|
|
2.34.1
|
|
|