diff options
| author | Hashcode <hashcode0f@gmail.com> | 2015-02-16 21:50:13 -0800 |
|---|---|---|
| committer | HashBang <hashbang173@gmail.com> | 2015-02-17 09:59:37 -0500 |
| commit | 23ae10a70032fefd6d4c70bb61265132eb8585b1 (patch) | |
| tree | bab0cd8d0405d4fe73ebbe442e55f180655d6a00 | |
| parent | cb4f714b2a8c554794ec218b54d7f485e2416f30 (diff) | |
fix-mac: insmod sdio module after MAC setup
Change-Id: I547e08d6ecc936149d4122d8f7c90e2dda5db085
| -rw-r--r-- | prebuilt/bin/fix-mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt/bin/fix-mac.sh b/prebuilt/bin/fix-mac.sh index b02c544..cb9831e 100644 --- a/prebuilt/bin/fix-mac.sh +++ b/prebuilt/bin/fix-mac.sh @@ -12,3 +12,4 @@ if [ ! -f "$NVS_BIN" ]; then mount -o remount,ro /system fi +insmod /system/lib/modules/wl12xx_sdio.ko |
