1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[tools] firmware-utils/mkcsysimg: add signature for the 5GXi board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16551 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-06-24 16:44:30 +00:00
parent 21a96eeb47
commit 0b11037830
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
* Copyright (C) 2007-2009 Gabor Juhos <juhosg@openwrt.org>
*
* This program was based on the code found in various Linux
* source tarballs released by Edimax for it's devices.
@@ -181,6 +181,9 @@ static struct board_info boards[] = {
/* Conceptronic products */
BOARD_ADM("C54BSR4", "Conceptronic C54BSR4", 2, SIG_C54BSR4),
/* OSBRiDGE products */
BOARD_ADM("5GXi", "OSBDRiDGE 5GXi", 2, SIG_5GXI),
{.model = NULL}
};