For installing a driver TP-Link Archer T2U I'm using Raspberry Pi3
$ sudo raspi-config
https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916
$ sudo mkdir src
$ cd src
$ git clone https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916.git
$ wget https://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-4.1.19-v7%2B_4.1.19-v7%2B-2_armhf.deb
#install gcc-4.7
$ sudo apt-get -f install
$ sudo apt-get install dkms
$ sudo dpkg -i linux-headers-4.1.19-v7+_4.1.19-v7+-2_armhf.deb
$ sudo rpi-update f406502f5628d32e6ca5dadac34ff7ca59f8e27f
$ sudo reboot
$ cd mt7610u_wifi_sta_v3002_dpo_20130916-master/
$ sudo make
$ sudo make install
$ sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat (you may need this, if you can not see the same command when you make install)
$ sudo reboot
Raspberry Pi3 for TP-LINK Archer T2UH driver installation