ar71xx: Update preinit script for new ath10k firmware
authorJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 14:45:30 +0000 (14:45 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 14:45:30 +0000 (14:45 +0000)
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 47985

target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k

index 35a2fc9d3f83d2a7bd0ed6cc404c14e939785088..af12bd5d927181b3461573a330550d2d6c557995 100644 (file)
@@ -12,7 +12,7 @@ do_patch_ath10k_firmware() {
                return
        }
 
-       local firmware_md5_orig="36768dc68572b3f2660211e20e89f558"
+       local firmware_md5_orig="fcb2fbd42d73a63fbf603505c718cbde"
        local firmware_md5_current="$(md5sum $firmware_file)"
        local firmware_md5_current="${firmware_md5_current%% *}"