dd481d9eb92773b3c5e5173ad6c29fdeaf9e77c3
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-rb750.c
1 /*
2 * MikroTik RouterBOARD 750 support
3 *
4 * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 #include <asm/mach-ar71xx/ar71xx.h>
12
13 #include "machtype.h"
14 #include "dev-ap91-eth.h"
15
16 static void __init rb750_setup(void)
17 {
18 ap91_eth_init(NULL);
19 }
20
21 MIPS_MACHINE(AR71XX_MACH_RB_750, "750i", "MikroTik RouterBOARD 750",
22 rb750_setup);