Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
19afadf0
Commit
19afadf0
authored
15 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
firmware-utils/mkcsysimg: add signature for the 5GXi board
SVN-Revision: 16551
parent
c1a4eef4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/firmware-utils/src/csysimg.h
+2
-4
2 additions, 4 deletions
tools/firmware-utils/src/csysimg.h
tools/firmware-utils/src/mkcsysimg.c
+4
-1
4 additions, 1 deletion
tools/firmware-utils/src/mkcsysimg.c
with
6 additions
and
5 deletions
tools/firmware-utils/src/csysimg.h
+
2
−
4
View file @
19afadf0
/*
*
* 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.
...
...
@@ -60,6 +60,7 @@
#define SIG_PS3205U "5010"
#define SIG_PS3205UWg "5011"
#define SIG_RALINK "RNRA"
#define SIG_5GXI "5GXI"
/* fake signature */
#define SIG_H2BR4 SIG_BR6524K
#define SIG_H2WR54G SIG_BR6524WG
...
...
@@ -75,6 +76,3 @@ struct csys_header {
uint32_t
addr
;
uint32_t
size
;
};
This diff is collapsed.
Click to expand it.
tools/firmware-utils/src/mkcsysimg.c
+
4
−
1
View file @
19afadf0
/*
*
* 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
}
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment