mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 09:40:44 +00:00
71ddec8091
SVN-Revision: 34131
20 lines
358 B
Makefile
20 lines
358 B
Makefile
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))
|