change sysctl.conf to disable tcp ecn by default (based on discussion with marek...
[openwrt/svn-archive/archive.git] / tools / firmware-utils / src / mkcsysimg.c
index be53147f1b1cb551ddf3e0912fe007776062b044..3d5f00b9be714490140988c617698f7949fbf45b 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}
 };