mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-11-04 21:53:24 +01:00
9e0eab1f8d
Clean up package Makefile (it installed and removed too much).
7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/sh
|
|
|
|
$IPKG_INSTROOT/etc/init.d/wifibox stop
|
|
$IPKG_INSTROOT/etc/init.d/wifibox disable
|
|
|
|
exit 0
|