1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] experimental support for the Motorola MU Gateway

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12662 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-09-23 14:56:29 +00:00
parent a66691d8cb
commit d5723b9bc3
11 changed files with 171 additions and 10 deletions

View File

@@ -97,6 +97,14 @@
# define CONFIG_FLASH_SIZE FLASH_4M
#endif
/*
* Motorola boards
*/
#if defined(CONFIG_BOARD_POWERLINEMUGW)
# define CONFIG_BOARD_NAME "Powerline MU Gateway"
# define CONFIG_USE_UART1 1
#endif
/*
* ZyXEL boards
*/
@@ -121,4 +129,8 @@
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1)
# define CONFIG_USE_UART0
#endif
#endif /* _CONFIG_H_ */