[ar71xx] preliminary support for the Atheros AP81 refrence board
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-ap81.c
1 /*
2 * Atheros AP81 board support
3 *
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
5 * Copyright (C) 2009 Imre Kaloz <kaloz@openwrt.org>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published
9 * by the Free Software Foundation.
10 */
11
12 #include <asm/mips_machine.h>
13 #include <asm/mach-ar71xx/ar71xx.h>
14
15 #include "devices.h"
16
17 static void __init ap81_setup(void)
18 {
19 ar91xx_add_device_wmac();
20 }
21
22 MIPS_MACHINE(AR71XX_MACH_AP81, "Atheros AP81", ap81_setup);
This page took 0.045417 seconds and 5 git commands to generate.