mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
fix mach_type for the WP54G-WRT board
SVN-Revision: 9040
This commit is contained in:
parent
1c492d9972
commit
df39c50c9a
@ -191,7 +191,7 @@ static struct adm5120_board wp54g_board __initdata = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct adm5120_board wp54g_wrt_board __initdata = {
|
static struct adm5120_board wp54g_wrt_board __initdata = {
|
||||||
.mach_type = MACH_ADM5120_WP54G,
|
.mach_type = MACH_ADM5120_WP54G_WRT,
|
||||||
.name = "Compex WP54G-WRT",
|
.name = "Compex WP54G-WRT",
|
||||||
.board_setup = wp54_wrt_setup,
|
.board_setup = wp54_wrt_setup,
|
||||||
.board_reset = wp54_reset,
|
.board_reset = wp54_reset,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user