5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
|
|
[ -f /lib/firmware/ti-connectivity/wl1251-nvs.bin ] && n900-update-wl1251
|
|
|
|
exit 0
|