summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/image/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-16 10:03:11 +0000
committerJohn Crispin <john@openwrt.org>2012-12-16 10:03:11 +0000
commitb637eb598d3fc694c76b1c1d5fb834d512996b64 (patch)
tree938ec652c0da103c42cb54d8113a358619feb0b6 /target/linux/lantiq/image/Makefile
parent8c3306b8b660e59a9b9bd9ddebbf10b3160022f9 (diff)
downloadmtk-20170518-b637eb598d3fc694c76b1c1d5fb834d512996b64.zip
mtk-20170518-b637eb598d3fc694c76b1c1d5fb834d512996b64.tar.gz
mtk-20170518-b637eb598d3fc694c76b1c1d5fb834d512996b64.tar.bz2
add falcon devicetree files
SVN-Revision: 34711
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r--target/linux/lantiq/image/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 019bd58..c76c17a 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