aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-25 08:46:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-25 08:46:13 +0000
commit60bb2235b37acd66b4382fc7f2d3f9d21f0eefc1 (patch)
treed7a4bd291df6adb25cfd50706f8cf341126082b6 /target/linux/adm5120/image
parent33cd0e99eb43c64496ddea6dfb0d77163830ec5b (diff)
downloadmaster-187ad058-60bb2235b37acd66b4382fc7f2d3f9d21f0eefc1.tar.gz
master-187ad058-60bb2235b37acd66b4382fc7f2d3f9d21f0eefc1.tar.bz2
master-187ad058-60bb2235b37acd66b4382fc7f2d3f9d21f0eefc1.zip
[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
Diffstat (limited to 'target/linux/adm5120/image')
-rw-r--r--target/linux/adm5120/image/lzma-loader/src/config.h7
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)