From 862e0da432ca30e35bae78a655569db4f46a92c7 Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 19 Oct 2011 17:23:12 +0000 Subject: [PATCH] linux-firmware: update link to ar9170.fw -- just in case it is needed. --- srcpkgs/linux-firmware/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 753445519d6..ed563014500 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -37,4 +37,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 }