1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:06:20 +03:00

[ar71xx] register WMAC device on the Netgear WNR2000 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13836 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-01-03 14:14:03 +00:00
parent 1be286180b
commit c35e396304

View File

@ -81,6 +81,8 @@ static void __init wnr2000_setup(void)
{
ar71xx_add_device_spi(NULL, wnr2000_spi_info,
ARRAY_SIZE(wnr2000_spi_info));
ar91xx_add_device_wmac();
}
MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "NETGEAR WNR2000", wnr2000_setup);