mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 15:41:06 +02:00
[brcm63xx] fix a stupid typo preventing the board from being detected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4606c7b6ec
commit
dde3611c93
@ -56,7 +56,7 @@ static struct board_info __initdata board_96338gw = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct board_info __initdata board_96338w = {
|
static struct board_info __initdata board_96338w = {
|
||||||
.name = "9338W",
|
.name = "96338W",
|
||||||
.expected_cpu_id = 0x6338,
|
.expected_cpu_id = 0x6338,
|
||||||
|
|
||||||
.has_enet0 = 1,
|
.has_enet0 = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user