Hello,
I'm trying to use this driver : GitHub - xSmallDeadGuyx/mt7610u_wifi_sta_v3002_dpo_20130916: Modified usb wifi driver for TP_link TL-WDN5200 because the original driver is a pain in the ass to build.
How can I use git to download this driver ?i tried with the PKG_GIT_URL:
PKG_NAME="mt7610u"
PKG_VERSION="930"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="GPL"
PKG_SITE="https://d86o2zu8ugzlg.cloudfront.net/mediatek-craft…0130916.tar.bz2"
PKG_GIT_URL="https://github.com/luben93/mt7610…po_20130916.git"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain linux"
PKG_PRIORITY="optional"
PKG_SECTION="driver"
PKG_SHORTDESC="Mediatek MT7610u 4.x driver"
PKG_LONGDESC="Mediatek MT7610u 4.x driver"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
Then I tried with the unpack() and a git clone, not working too...
What is wrong ?