aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/image/lzma-loader
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-07-23 13:33:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-07-23 13:33:56 +0000
commit1cb825d42b515352f00bd01b22877673082e24ff (patch)
tree3cfc6f470747549987ba367f1ecc1189b2110833 /target/linux/adm5120-2.6/image/lzma-loader
parent2fe64f6930e4896c7ced21c3e58176f386ec23a3 (diff)
downloadmaster-187ad058-1cb825d42b515352f00bd01b22877673082e24ff.tar.gz
master-187ad058-1cb825d42b515352f00bd01b22877673082e24ff.tar.bz2
master-187ad058-1cb825d42b515352f00bd01b22877673082e24ff.zip
[adm5120] board specific fixes
* fix detection of RB-133C, thanks to Christophe Lucas * fix detection of RB-153 * add support for WP54G-WRT to the lzma-loader * fix adm5120_mtd.c for WP54G-WRT in 7.07 * now it's ready for the release of 7.07 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/image/lzma-loader')
-rw-r--r--target/linux/adm5120-2.6/image/lzma-loader/src/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/config.h b/target/linux/adm5120-2.6/image/lzma-loader/src/config.h
index f8bb8e2cce..310189c6d6 100644
--- a/target/linux/adm5120-2.6/image/lzma-loader/src/config.h
+++ b/target/linux/adm5120-2.6/image/lzma-loader/src/config.h
@@ -49,6 +49,14 @@
#endif
/*
+ * Compex boards
+ */
+#if defined(CONFIG_BOARD_WP54GWRT)
+# define CONFIG_BOARD_NAME "WP54G-WRT"
+# define CONFIG_FLASH_SIZE FLASH_4M
+#endif
+
+/*
* Edimax boards
*/
#if defined(CONFIG_BOARD_BR6104K)