add ids for Edimax BR-6104Wg boards

SVN-Revision: 9342
This commit is contained in:
Gabor Juhos
2007-10-18 07:40:01 +00:00
parent 5044a3267a
commit 36a1feebdd
7 changed files with 62 additions and 15 deletions

View File

@@ -69,6 +69,11 @@
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
#if defined(CONFIG_BOARD_BR6104WG)
# define CONFIG_BOARD_NAME "BR-6104WG"
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
/*
* Infineon boards
*/

View File

@@ -203,6 +203,21 @@ define Image/Build/Board/BR6104K/Initramfs
$(call Image/Build/LZMAKernel/Admboot,br-6104k,gz)
endef
#
# Edimax BR-6104WG
#
define Image/Build/Board/BR6104WG
$(call Image/Build/Edimax,$(1),br-6104wg)
endef
define Image/Build/Board/BR6104WG/squashfs
$(call Image/Build/Board/BR6104WG,squashfs)
endef
define Image/Build/Board/BR6104WG/Initramfs
$(call Image/Build/LZMAKernel/Admboot,br-6104wg,gz)
endef
#
# Infineon EASY 83000
#
@@ -254,6 +269,7 @@ endef
define Image/Build/Group/Edimax
$(call Image/Build/Board/BR6104K/$(1))
$(call Image/Build/Board/BR6104WG/$(1))
endef
define Image/Build/Group/Infineon