diff options
-rw-r--r-- | recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb b/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb index 9b250ec..d6f466f 100644 --- a/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb +++ b/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb @@ -6,8 +6,8 @@ PR = "r1" inherit allarch SRCREV = "v${PV}" -SRC_URI = "https://www.multitech.net/mlinux/sources/rs9113-fw-1.6.5.tar.gz" -SRC_URI[sha256sum] = "5d11e5859a9540364fb9b11948a4a70ea77bbe5cda9471f0db40458b691c252a" +SRC_URI = "https://www.multitech.net/mlinux/sources/rs9113-fw-${PV}.tar.gz" +SRC_URI[sha256sum] = "0b702facef0cadc2606cdbad3357190f9ae796e4ad2a7b5f706d9761d2760151" FILES_${PN} = "${nonarch_base_libdir}" PACKAGES = "${BPN}" |