diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-25 08:46:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-25 08:46:13 +0000 |
commit | fea19ae21530284a2e87bd985cc09bc15e19c223 (patch) | |
tree | 5b2479d61e9c1351db07318cabe00482ed5e5778 /target/linux/adm5120/image/lzma-loader | |
parent | 19afadf0b23b44523d2789c5c0ada6131990e35e (diff) | |
download | upstream-fea19ae21530284a2e87bd985cc09bc15e19c223.tar.gz upstream-fea19ae21530284a2e87bd985cc09bc15e19c223.tar.bz2 upstream-fea19ae21530284a2e87bd985cc09bc15e19c223.zip |
add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)
SVN-Revision: 16555
Diffstat (limited to 'target/linux/adm5120/image/lzma-loader')
-rw-r--r-- | target/linux/adm5120/image/lzma-loader/src/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -106,6 +106,13 @@ #endif /* + * OSBRiDGE boards + */ +#if defined(CONFIG_BOARD_5GXI) +# define CONFIG_BOARD_NAME "OSBRiDGE 5GXi" +#endif + +/* * ZyXEL boards */ #if defined(CONFIG_BOARD_P334WT) |