mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
register WMAC device on the Netgear WNR2000 board
SVN-Revision: 13836
This commit is contained in:
parent
23caf183fc
commit
e5501cb623
@ -81,6 +81,8 @@ static void __init wnr2000_setup(void)
|
|||||||
{
|
{
|
||||||
ar71xx_add_device_spi(NULL, wnr2000_spi_info,
|
ar71xx_add_device_spi(NULL, wnr2000_spi_info,
|
||||||
ARRAY_SIZE(wnr2000_spi_info));
|
ARRAY_SIZE(wnr2000_spi_info));
|
||||||
|
|
||||||
|
ar91xx_add_device_wmac();
|
||||||
}
|
}
|
||||||
|
|
||||||
MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "NETGEAR WNR2000", wnr2000_setup);
|
MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "NETGEAR WNR2000", wnr2000_setup);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user