mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 00:30:41 +01:00
fix a stupid typo preventing the board from being detected
SVN-Revision: 16586
This commit is contained in:
parent
bcc1dd7f99
commit
0bb3a46217
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ static struct board_info __initdata board_96338gw = {
|
|||
};
|
||||
|
||||
static struct board_info __initdata board_96338w = {
|
||||
.name = "9338W",
|
||||
.name = "96338W",
|
||||
.expected_cpu_id = 0x6338,
|
||||
|
||||
.has_enet0 = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue