mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120
SVN-Revision: 20850
This commit is contained in:
parent
396a3c5385
commit
fe5d55977e
@ -23,8 +23,8 @@
|
|||||||
#define IMAGETAG_CRC_START 0xFFFFFFFF
|
#define IMAGETAG_CRC_START 0xFFFFFFFF
|
||||||
|
|
||||||
#define PIRELLI_BOARDS { \
|
#define PIRELLI_BOARDS { \
|
||||||
"AGPF_S0", \
|
"AGPF-S0", \
|
||||||
"DWV_SO", \
|
"DWV-S0", \
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user