summarylogtreecommitdiffstats
path: root/mt7601u-ap-dkms.install
blob: 26ec7aedc69dd6c20f098952a44bee6371140179 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
    echo ">>> You might need to modprobe mt7601Uap manually."
    echo ">>> Also, you *must* change the default values (especially WPAPSK)"
    echo ">>> in /etc/Wireless/RT2870AP/RT2870AP.dat"
    echo ">>> Read the documentation in /usr/src/mt7601u-ap-3.0.0.3/doc."
}