7 lines
170 B
Bash
7 lines
170 B
Bash
#!/bin/sh
|
|
|
|
rc-update add ofono default
|
|
rc-update add eg25 default
|
|
rc-update add gpsd default
|
|
rc-update add gpsd_pinephone default
|
|
rc-update add ofono-auto-enable default
|