aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuhhaurlin <yuhhaurlin@users.noreply.github.com>2016-06-01 17:22:17 +0800
committeryuhhaurlin <yuhhaurlin@users.noreply.github.com>2016-06-01 17:22:17 +0800
commit3bec7c33742a16c4086e664f6dc7cd85fb364914 (patch)
tree1c57c2af8e76d2d68ae4da0eec471eccdfea409a
parent4bb95ba1aeccce506a95499b49b9b844ecfae8a1 (diff)
Create README.md
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d22abab
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# mwlwifi
+mac80211 driver for the Marvell 88W8864 802.11ac chip
+
+How to build mwlwifi with OpenWrt:
+
+10.3.0.17-20160601 had been modified to be built with latest backports package "compat-wireless-2016-01-10" without patches.
+
+1. Modify package/kernel/mwlwifi/Makefile:
+
+PKG_VERSION:=10.3.0.17-20160601
+&
+PKG_SOURCE_VERSION:=4bb95ba1aeccce506a95499b49b9b844ecfae8a1
+
+2. Rename package/kernel/mwlwifi/patches to package/kernel/mwlwifi/patches.tmp
+
+3. make package/kernel/mwlwifi/clean
+
+4. make V=s (-jx)
+