1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-11 13:37:30 +02:00
openwrt-xburst/target/linux/lantiq/xway/profiles/001-lantiq.mk
blogic d33fedaf9c [lantiq] add support for arv7525
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-06 07:38:24 +00:00

30 lines
516 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))
define Profile/ARV7525PW
NAME:=ARV7525PW
endef
define Profile/ARV7525PW/Description
Speedport W303V - ARV7525PW
endef
$(eval $(call Profile,ARV7525PW))