From 6869d66ad6e8d662dc124fc9103566cb1bd7454a Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 16 Feb 2007 09:23:15 +0000 Subject: major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/atheros-2.6/files/include/asm-mips/mach-atheros') diff --git a/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h b/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h index 377b31a26..bddcd59a0 100644 --- a/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h +++ b/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h @@ -20,7 +20,9 @@ struct ar531x_eth { u32 reset_base; u32 reset_mac; u32 reset_phy; + u32 phy_base; char *board_config; + char *macaddr; }; #endif /* __AR531X_PLATFORM_H */ -- cgit v1.2.3