From 50d37a89fe99a2aa1ced3737ded240412ad2b599 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 9 Nov 2012 19:26:58 +0000 Subject: [lantiq] add more profiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34131 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/xway/profiles/lantiq.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/lantiq/xway/profiles/lantiq.mk (limited to 'target/linux/lantiq/xway/profiles/lantiq.mk') diff --git a/target/linux/lantiq/xway/profiles/lantiq.mk b/target/linux/lantiq/xway/profiles/lantiq.mk new file mode 100644 index 000000000..2c24d3c95 --- /dev/null +++ b/target/linux/lantiq/xway/profiles/lantiq.mk @@ -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)) -- cgit v1.2.3