From 442a48289daa57f0d8d8afda51683c15d3624989 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 23 Jul 2007 13:33:56 +0000 Subject: [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 --- target/linux/adm5120-2.6/image/lzma-loader/src/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/adm5120-2.6/image/lzma-loader') 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 f8bb8e2cc..310189c6d 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 @@ -48,6 +48,14 @@ # define CONFIG_FLASH_SIZE FLASH_4M #endif +/* + * Compex boards + */ +#if defined(CONFIG_BOARD_WP54GWRT) +# define CONFIG_BOARD_NAME "WP54G-WRT" +# define CONFIG_FLASH_SIZE FLASH_4M +#endif + /* * Edimax boards */ -- cgit v1.2.3