From 60bb2235b37acd66b4382fc7f2d3f9d21f0eefc1 Mon Sep 17 00:00:00 2001 From: Gabor Juhos 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') diff --git a/target/linux/adm5120/image/lzma-loader/src/config.h b/target/linux/adm5120/image/lzma-loader/src/config.h index 4e8b5f647c..e5511d16f5 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