mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 09:10:02 +00:00
27 lines
867 B
Diff
27 lines
867 B
Diff
From fadb8f5b740ec0b685aa7ad271d492632e2f7ebe Mon Sep 17 00:00:00 2001
|
|
From: niyin <yin.ni@gl-inet.com>
|
|
Date: Sat, 28 Jan 2023 22:27:44 -0800
|
|
Subject: [PATCH] ath79 adjust platform.sh
|
|
|
|
---
|
|
target/linux/ath79/nand/base-files/lib/upgrade/platform.sh | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh b/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
|
|
index ea77345b06..3255b64d61 100644
|
|
--- a/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
|
|
+++ b/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
|
|
@@ -18,6 +18,9 @@ platform_do_upgrade() {
|
|
glinet,gl-ar300m-nor)
|
|
glinet_nand_nor_do_upgrade "$1"
|
|
;;
|
|
+ glinet,gl-x300b-nor|\
|
|
+ glinet,gl-x300b-nor-nand|\
|
|
+ glinet,gl-x750-nor|\
|
|
glinet,gl-ar750s-nor|\
|
|
glinet,gl-ar750s-nor-nand)
|
|
nand_nor_do_upgrade "$1"
|
|
--
|
|
2.25.1
|
|
|