2
0
forked from Ivasoft/openwrt

add more profiles

SVN-Revision: 34131
This commit is contained in:
John Crispin
2012-11-09 19:26:58 +00:00
parent 88e4d93802
commit 71ddec8091
2 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
define Profile/EASY80920-NOR
NAME:=EASY80920-NOR
endef
define Profile/EASY80920-NOR/Description
Lantiq EASY80920 evalkit (NOR)
endef
$(eval $(call Profile,EASY80920-NOR))
define Profile/EASY80920-NAND
NAME:=EASY80920-NAND
endef
define Profile/EASY80920-NAND/Description
Lantiq EASY80920 evalkit (NAND)
endef
$(eval $(call Profile,EASY80920-NAND))