feat: 开放小爱音箱补丁固件构建源代码和教程

This commit is contained in:
Del Wang
2025-04-12 23:49:07 +08:00
parent 0585ddab72
commit 2cf6623db9
21 changed files with 1794 additions and 0 deletions
@@ -0,0 +1,9 @@
--- squashfs-root/etc/rc.local 2024-12-06 15:11:58
+++ squashfs-root-patched/etc/rc.local 2025-02-13 22:06:13
@@ -1,4 +1,6 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
+[ -f "/data/init.sh" ] && /data/init.sh &
+
exit 0