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