fce80a1777
This is to emphasize the fact that this firmware package will work essentially unmodified on the samsung-coreprimevelte and other Samsung PXA1908 phones as well.
15 lines
207 B
Text
15 lines
207 B
Text
#!/sbin/openrc-run
|
|
|
|
description="Initialize sd8x wlan driver"
|
|
|
|
depend()
|
|
{
|
|
need udev
|
|
before wpa_supplicant
|
|
}
|
|
|
|
start()
|
|
{
|
|
ebegin "Enabling wlan driver"
|
|
echo 1 > /sys/devices/platform/sd8x-rfkill/pwr_ctrl
|
|
}
|