linux-firmware: restore original git url, update ar9170.fw url.

This commit is contained in:
davehome 2012-01-07 07:44:41 -07:00
parent d1b339b2a9
commit c377c9f881
1 changed files with 4 additions and 4 deletions

View File

@ -20,11 +20,11 @@ iwl5150-firmware>=0 iwl6000-firmware>=0 rt2800usb>=0 rt61-firmware>=0
ar9170-firmware>=0"
Add_dependency build coreutils
Add_dependency build wget
Add_dependency build git
do_fetch() {
#url="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git"
url="git://github.com/mdamt/linux-firmware.git"
url="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
@ -36,6 +36,6 @@ do_install() {
rm -f ${DESTDIR}/lib/firmware/GPL{,-3}
mv ${DESTDIR}/lib/firmware/{LICEN*,WHENCE} \
${DESTDIR}/usr/share/licenses/${pkgname}
${XBPS_FETCH_CMD} http://stellarbox.co.cc/linux_firmware/ar9170.fw
mv ar9170.fw ${DESTDIR}/lib/firmware
wget http://anonscm.debian.org/viewvc/kernel/dists/squeeze/firmware-nonfree/atheros/ar9170.fw?view=co \
-O ${DESTDIR}/lib/firmware/ar9170.fw
}