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

[adm5120] restore support for Infineon's EASY 5120 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8021 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2007-07-17 15:43:58 +00:00
parent a61bb64c8b
commit 94ccfb64e7
5 changed files with 95 additions and 21 deletions

View File

@@ -105,9 +105,9 @@ ifeq ($(CONFIG_DEVEL),y)
$(call Image/Build/Edimax,$(1),ps-3205uwg,$(patsubst jffs2-%,jffs2,$(1)),PS-3205UWg)
$(call Image/Build/Edimax,$(1),br-6524wg,$(patsubst jffs2-%,jffs2,$(1)),BR-6524WG)
$(call Image/Build/Edimax,$(1),br-6524wp,$(patsubst jffs2-%,jffs2,$(1)),BR-6524WP)
$(call Image/Build/Infineon,$(1),easy-5120,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Infineon,$(1),easy-5120-rt,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Infineon,$(1),easy-5120p-ata,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Infineon,$(1),easy-5120-rt,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Infineon,$(1),easy-5120-wvoip,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Infineon,$(1),easy-83000,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/MyLoader,$(1),np27g,$(patsubst jffs2-%,jffs2,$(1)),NP27G)
$(call Image/Build/MyLoader,$(1),np28g,$(patsubst jffs2-%,jffs2,$(1)),NP28G)

View File

@@ -64,16 +64,19 @@
/*
* Infineon boards
*/
#if defined(CONFIG_BOARD_EASY5120)
# define CONFIG_BOARD_NAME "EASY 5120"
#if defined(CONFIG_BOARD_EASY5120PATA)
# define CONFIG_BOARD_NAME "EASY 5120P-ATA"
# define CONFIG_FLASH_SIZE FLASH_4M
#endif
#if defined(CONFIG_BOARD_EASY5120RT)
# define CONFIG_BOARD_NAME "EASY 5120-RT"
# define CONFIG_FLASH_SIZE FLASH_4M
#endif
#if defined(CONFIG_BOARD_EASY5120PATA)
# define CONFIG_BOARD_NAME "EASY 5120P-ATA"
#if defined(CONFIG_BOARD_EASY5120WVOIP)
# define CONFIG_BOARD_NAME "EASY 5120-WVOIP"
# define CONFIG_FLASH_SIZE FLASH_4M
#endif
#if defined(CONFIG_BOARD_EASY83000)
@@ -105,4 +108,4 @@
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
#endif /* _CONFIG_H_ */
#endif /* _CONFIG_H_ */