diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-15 11:24:57 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-04-15 11:24:57 +0000 |
commit | 9ccda5d4de843cc8d55edf9bc1658bc09ca8a302 (patch) | |
tree | 30fc4098f6ddc54d3a29fc04bd76e5c687587a21 /target/linux/bcm53xx/base-files/etc | |
parent | 1b118710948f62230427a49df43f6715f181aa40 (diff) | |
download | upstream-9ccda5d4de843cc8d55edf9bc1658bc09ca8a302.tar.gz upstream-9ccda5d4de843cc8d55edf9bc1658bc09ca8a302.tar.bz2 upstream-9ccda5d4de843cc8d55edf9bc1658bc09ca8a302.zip |
bcm53xx: fix MD5 in Seama format on flash after installing OpenWrt
We need to fix Seama just like we fix TRX due to the rootfs mark.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Backport of r48522
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/base-files/etc')
-rw-r--r-- | target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc index 346a532998..abbb04ae0f 100644 --- a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc @@ -4,4 +4,4 @@ # # -mtd fixtrx firmware +mtd fixtrx firmware || mtd fixseama firmware |