mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
|
|
[ -z "$$IPKG_INSTROOT" ] || { /etc/init.d/autowifi_init disable; }
|
|
|
|
exit 0
|