feat: 开放小爱音箱补丁固件构建源代码和教程
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user