From 84b15c53856b2801faf77d74d8ae8d1a419d64f2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 16 Dec 2012 10:03:11 +0000 Subject: [lantiq] add falcon devicetree files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34711 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/image/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/lantiq/image/Makefile') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 019bd58696..c76c17aea1 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -106,11 +106,11 @@ endef ifeq ($(CONFIG_TARGET_lantiq_falcon),y) -Image/BuildKernel/Profile/EASY98000=$(call Image/BuildKernel/Template,EASY98000) -Image/Build/Profile/EASY98000=$(call Image/Build/$(1),$(1),EASY98000) +Image/BuildKernel/Profile/EASY98000NOR=$(call Image/BuildKernel/Template,EASY98000NOR) +Image/Build/Profile/EASY98000NOR=$(call Image/Build/$(1),$(1),EASY98000NOR) -Image/BuildKernel/Profile/EASY98020=$(call Image/BuildKernel/Template,EASY98020) -Image/Build/Profile/EASY98020=$(call Image/Build/$(1),$(1),EASY98020) +Image/BuildKernel/Profile/EASY98000SFLASH=$(call Image/BuildKernel/Template,EASY98000SFLASH) +Image/Build/Profile/EASY98000SFLASH=$(call Image/Build/$(1),$(1),EASY98000SFLASH) endif -- cgit v1.2.3