This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f60cc5df9c
openwrtv3
/
target
/
linux
/
bcm53xx
/
base-files
/
etc
/
uci-defaults
/
09_fix_crc
8 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
bcm53xx: add fixtrx Without running fixtrx the image will not boot at the second time, because the CRC the boot loader check is invalid at that time. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42639
2014-09-21 21:56:31 +00:00
#!/bin/sh
#
# Copyright (C) 2007 OpenWrt.org
#
#
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> SVN-Revision: 48522
2016-01-28 08:51:58 +00:00
mtd fixtrx firmware || mtd fixseama firmware
Reference in a new issue
Copy permalink