1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
juhosg
2007-07-23 13:33:56 +00:00
parent 092e471c42
commit 442a48289d
2 changed files with 11 additions and 1 deletions

View File

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