forked from Ivasoft/openwrt
ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support (#18633)
The board is already supported by OpenWrt. WNR1000v2/WNR1000v2-VC are pretty much the same as WNR2000v3/WNR612v2, therefore the same initialization code and flash layout is used. Signed-off-by: Ștefan Rusu <saltwaterc@gmail.com> Tested-by: Douglas Fraser <1dsfraser@gmail.com> SVN-Revision: 44221
This commit is contained in:
@@ -233,6 +233,8 @@ static struct mtd_part_parser uimage_generic_parser = {
|
||||
#define FW_MAGIC_WNR2000V4 0x32303034
|
||||
#define FW_MAGIC_WNR2200 0x32323030
|
||||
#define FW_MAGIC_WNR612V2 0x32303631
|
||||
#define FW_MAGIC_WNR1000V2 0x31303031
|
||||
#define FW_MAGIC_WNR1000V2_VC 0x31303030
|
||||
#define FW_MAGIC_WNDR3700 0x33373030
|
||||
#define FW_MAGIC_WNDR3700V2 0x33373031
|
||||
|
||||
@@ -241,6 +243,8 @@ static bool uimage_verify_wndr3700(struct uimage_header *header)
|
||||
uint8_t expected_type = IH_TYPE_FILESYSTEM;
|
||||
switch be32_to_cpu(header->ih_magic) {
|
||||
case FW_MAGIC_WNR612V2:
|
||||
case FW_MAGIC_WNR1000V2:
|
||||
case FW_MAGIC_WNR1000V2_VC:
|
||||
case FW_MAGIC_WNR2000V3:
|
||||
case FW_MAGIC_WNR2200:
|
||||
case FW_MAGIC_WNDR3700:
|
||||
|
||||
Reference in New Issue
Block a user