summarylogtreecommitdiffstats
path: root/8723bs-git.install
diff options
context:
space:
mode:
Diffstat (limited to '8723bs-git.install')
-rw-r--r--8723bs-git.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/8723bs-git.install b/8723bs-git.install
new file mode 100644
index 000000000000..9cc4e99ae181
--- /dev/null
+++ b/8723bs-git.install
@@ -0,0 +1,6 @@
+post_install() {
+ _kver=$(uname -r)
+ echo -e "\nPlease run following command by yourself:\n"
+ echo "sudo depmod -a ${_kver}"
+ echo -e "sudo modprobe 8723bs\n"
+}