diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-23 13:33:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-23 13:33:56 +0000 |
commit | 1cea8d99bf4274a7246111fa75dce573d286d67c (patch) | |
tree | eacdaafb356598c7c84a89da0ccc7b5fdfacc3da /target/linux/adm5120-2.6/image | |
parent | 3e30b51c06b8c3a8f7be5d3c85b9041379993299 (diff) | |
download | upstream-1cea8d99bf4274a7246111fa75dce573d286d67c.tar.gz upstream-1cea8d99bf4274a7246111fa75dce573d286d67c.tar.bz2 upstream-1cea8d99bf4274a7246111fa75dce573d286d67c.zip |
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
SVN-Revision: 8128
Diffstat (limited to 'target/linux/adm5120-2.6/image')
-rw-r--r-- | target/linux/adm5120-2.6/image/lzma-loader/src/config.h | 8 |
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) |