From f6eb698b63e7fbdd93210387d2397a18a89384fc Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 25 Jun 2009 08:46:13 +0000 Subject: [adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16555 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/adm5120/image/lzma-loader/src/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/adm5120/image/lzma-loader/src') diff --git a/target/linux/adm5120/image/lzma-loader/src/config.h b/target/linux/adm5120/image/lzma-loader/src/config.h index 4e8b5f647..e5511d16f 100644 --- a/target/linux/adm5120/image/lzma-loader/src/config.h +++ b/target/linux/adm5120/image/lzma-loader/src/config.h @@ -105,6 +105,13 @@ # define CONFIG_USE_UART1 1 #endif +/* + * OSBRiDGE boards + */ +#if defined(CONFIG_BOARD_5GXI) +# define CONFIG_BOARD_NAME "OSBRiDGE 5GXi" +#endif + /* * ZyXEL boards */ -- cgit v1.2.3