From ec84a188673c17066bc77cc8276238ccf828307e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Mon, 20 May 2024 14:44:39 +0800 Subject: [PATCH] Add files via upload --- configfiles/rc.local | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configfiles/rc.local diff --git a/configfiles/rc.local b/configfiles/rc.local new file mode 100644 index 0000000..f52ae20 --- /dev/null +++ b/configfiles/rc.local @@ -0,0 +1,6 @@ +# Put your custom commands here that should be executed once +# the system init finished. By default this file does nothing. + +wifi up + +exit 0