[package] unvram: rename executable to "nvram" and place it in /usr/sbin, add fixup...
[openwrt.git] / tools / firmware-utils / src / mkcsysimg.c
index be53147..3d5f00b 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *  $Id$
  *
  *  Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
  *
@@ -179,6 +178,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.028953 seconds and 4 git commands to generate.