f57b1704e9
- Depend on ofono from device-lg-hammerhead - From postinstall script of device-lg-hammerhead enable ofono by default
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/sh
|
|
|
|
# Enable ofono
|
|
rc-update add ofono default
|