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 }