[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes...
[openwrt.git] / tools / firmware-utils / src / mkcsysimg.c
index be53147..cf25bdb 100644 (file)
@@ -179,6 +179,9 @@ static struct board_info boards[] = {
        BOARD_ADM("XRT-401D", "Planet XRT-401D", 2, SIG_XRT401D),
        BOARD_ADM("XRT-402D", "Planet XRT-402D", 2, SIG_XRT402D),
 
+       /* Conceptronic products */
+       BOARD_ADM("C54BSR4", "Conceptronic C54BSR4", 2, SIG_C54BSR4),
+
        {.model = NULL}
 };
 
This page took 0.020804 seconds and 4 git commands to generate.