summarylogtreecommitdiffstats
path: root/rtl8723bs.install
diff options
context:
space:
mode:
Diffstat (limited to 'rtl8723bs.install')
-rw-r--r--rtl8723bs.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtl8723bs.install b/rtl8723bs.install
new file mode 100644
index 000000000000..9cc4e99ae181
--- /dev/null
+++ b/rtl8723bs.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"
+}