enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/openwrt.git] / target / linux / adm5120-2.6 / files / include / asm-mips / mach-adm5120 / adm5120_board.h
index 80ace78654eb07aa1f66d3049ea165780ece7c01..23f62a2932b8607af9c847d2837595f9b78fd25c 100644 (file)
@@ -4,7 +4,7 @@
  *  ADM5120 board definitions
  *
  *  Copyright (C) 2007 OpenWrt.org
- *  Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu>
+ *  Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU General Public License
@@ -37,7 +37,8 @@ struct adm5120_board {
        void                    (*board_setup)(void);
        void                    (*board_reset)(void);
 
-       unsigned int            num_eth_ports;
+       unsigned int            eth_num_ports;
+       unsigned char           *eth_vlans;
        unsigned int            num_devices;
        struct platform_device  **devices;