From 7185dc2440c81feae80539ecc8d1e0c9e133497b Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 15 Dec 2012 01:59:45 +0000 Subject: [lantiq] add linux-v3.7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34687 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/xway/profiles/lantiq.mk | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (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 index 2c24d3c95..b4c914dd5 100644 --- a/target/linux/lantiq/xway/profiles/lantiq.mk +++ b/target/linux/lantiq/xway/profiles/lantiq.mk @@ -1,19 +1,17 @@ -define Profile/EASY80920-NOR - NAME:=EASY80920-NOR +define Profile/EASY50712 + NAME:=Lantiq Danube - EASY50712 endef -define Profile/EASY80920-NOR/Description - Lantiq EASY80920 evalkit (NOR) -endef - -$(eval $(call Profile,EASY80920-NOR)) +$(eval $(call Profile,EASY50712)) -define Profile/EASY80920-NAND - NAME:=EASY80920-NAND +define Profile/EASY80920NOR + NAME:=Lantiq VR9 - EASY80920NOR endef -define Profile/EASY80920-NAND/Description - Lantiq EASY80920 evalkit (NAND) +$(eval $(call Profile,EASY80920NOR)) + +define Profile/EASY80920NAND + NAME:=Lantiq VR9 - EASY80920NAND endef -$(eval $(call Profile,EASY80920-NAND)) +$(eval $(call Profile,EASY80920NAND)) -- cgit v1.2.3