mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-15 16:27:01 +08:00

Make it into a direct brush package, making it convenient for software to brush into EMMC without the need for SD or USB drive u-boot: https://github.com/shiyu1314/u-boot-onecloud/releases SD firmware conversion to direct flash firmware: https://github.com/shiyu1314/openwrt-onecloud Signed-off-by: Li Xueli <1052672227@qq.com>
15 lines
331 B
Diff
15 lines
331 B
Diff
--- a/arch/arm/boot/dts/meson8b-onecloud.dts
|
|
+++ b/arch/arm/boot/dts/meson8b-onecloud.dts
|
|
@@ -13,6 +13,11 @@
|
|
serial0 = &uart_AO;
|
|
mmc0 = &sd_card_slot;
|
|
mmc1 = &sdhc;
|
|
+
|
|
+ led-boot = &led_status_red;
|
|
+ led-failsafe = &led_status_red;
|
|
+ led-running = &led_status_blue;
|
|
+ led-upgrade = &led_status_green;
|
|
};
|
|
|
|
chosen {
|