1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 02:22:54 +03:00
openwrt-xburst/target/linux/lantiq/xway/profiles/lantiq.mk

20 lines
358 B
Makefile
Raw Normal View History

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))