mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:34:04 +02:00
50d37a89fe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34131 3c298f89-4303-0410-b956-a3cf2f4a3e73
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))
|