aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-12-16 10:03:11 +0000
committerJohn Crispin <blogic@openwrt.org>2012-12-16 10:03:11 +0000
commit84b15c53856b2801faf77d74d8ae8d1a419d64f2 (patch)
treeaef71ee5dd5914f702d768aa412654b62d421a73 /target/linux/lantiq/image/Makefile
parent09d2950a8c51442156c02f3a320baef106fe2c8b (diff)
downloadupstream-84b15c53856b2801faf77d74d8ae8d1a419d64f2.tar.gz
upstream-84b15c53856b2801faf77d74d8ae8d1a419d64f2.tar.bz2
upstream-84b15c53856b2801faf77d74d8ae8d1a419d64f2.zip
[lantiq] add falcon devicetree files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34711 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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