mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
fix accidentally committed typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13025 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2e17392bce
commit
0e35e0a124
@ -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…
Reference in New Issue
Block a user