mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
fix accidentally committed typo
SVN-Revision: 13025
This commit is contained in:
parent
28baca91fe
commit
c57577bf5b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static inline bool
|
|||
check_board_data(unsigned char *flash_limit, unsigned char *addr, bool broken)
|
||||
{
|
||||
/* config magic found */
|
||||
if ( *(int *)addr == 0x35333132)
|
||||
if ( *(int *)addr == 0x35333131)
|
||||
return 1;
|
||||
|
||||
if (!broken)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue