aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-03 14:14:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-03 14:14:03 +0000
commita4e60d29c8db3eb7c1ef9378adef1561d49c6652 (patch)
tree772dc74a946b0497a586be484e1ad871edb1ca31 /target
parent75a497c2e1baf77e14ebe44fe398e55db05c36e3 (diff)
downloadmaster-187ad058-a4e60d29c8db3eb7c1ef9378adef1561d49c6652.tar.gz
master-187ad058-a4e60d29c8db3eb7c1ef9378adef1561d49c6652.tar.bz2
master-187ad058-a4e60d29c8db3eb7c1ef9378adef1561d49c6652.zip
[ar71xx] register WMAC device on the Netgear WNR2000 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
index 70053deb02..24f433b4f3 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
@@ -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);