b9f47d3284779cb954ffd26f803bd2fbc71c9b7d
2 * Mikrotik RouterBOARD 192 support
4 * Copyright (C) 2007-2008 Gabor Juhos <juhosg@openwrt.org>
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.
14 static u8 rb192_vlans
[6] __initdata
= {
15 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00
18 static void __init
rb192_setup(void)
20 rb1xx_generic_setup();
21 rb1xx_add_device_nand();
23 adm5120_add_device_gpio(0);
24 adm5120_add_device_switch(6, rb192_vlans
);
27 MIPS_MACHINE(MACH_ADM5120_RB_192
, "Mikrotik RouterBOARD 192", rb192_setup
);
This page took 0.043889 seconds and 3 git commands to generate.