1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

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
This commit is contained in:
Gabor Juhos 2007-07-23 13:33:56 +00:00
parent 3e30b51c06
commit 1cea8d99bf
2 changed files with 11 additions and 1 deletions

@ -71,8 +71,10 @@ static struct board_desc common_boards[] __initdata = {
DEFBOARD("112", MACH_ADM5120_RB_112),
DEFBOARD("133", MACH_ADM5120_RB_133),
DEFBOARD("133C", MACH_ADM5120_RB_133C),
DEFBOARD("miniROUTER", MACH_ADM5120_RB_150),
DEFBOARD("133C3", MACH_ADM5120_RB_133C),
DEFBOARD("150", MACH_ADM5120_RB_153), /* it's intentional */
DEFBOARD("153", MACH_ADM5120_RB_153),
DEFBOARD("miniROUTER", MACH_ADM5120_RB_150),
};
static unsigned long __init find_machtype_byname(char *name)

@ -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
*/