This website requires JavaScript.
Explore
Help
Sign In
vmario
/
doodle3d-firmware
Watch
0
Star
0
Fork
0
You've already forked doodle3d-firmware
mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced
2024-11-10 16:23:23 +01:00
Code
Issues
Releases
Wiki
Activity
fae01fdf5b
doodle3d-firmware
/
pre-remove.sh
8 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
add proper init script setup; various small fixes.
2013-05-14 17:26:21 +02:00
#!/bin/sh
Change require statements in code to reflect new structure; rename autowifi -> wifibox everywhere.
2013-07-04 17:26:13 +02:00
if
[
-z
"
$$
IPKG_INSTROOT
"
]
;
then
Change package-directory script to include ultifi package; several fixes to package installation; rename wifibox init script.
2013-07-26 01:12:00 +02:00
/etc/init.d/wifibox disable
Change require statements in code to reflect new structure; rename autowifi -> wifibox everywhere.
2013-07-04 17:26:13 +02:00
fi
add proper init script setup; various small fixes.
2013-05-14 17:26:21 +02:00
exit
0
Reference in New Issue
Copy Permalink