diff options
author | John Crispin <john@openwrt.org> | 2012-12-16 10:03:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-16 10:03:11 +0000 |
commit | b637eb598d3fc694c76b1c1d5fb834d512996b64 (patch) | |
tree | 938ec652c0da103c42cb54d8113a358619feb0b6 /target/linux/lantiq/image/Makefile | |
parent | 8c3306b8b660e59a9b9bd9ddebbf10b3160022f9 (diff) | |
download | upstream-b637eb598d3fc694c76b1c1d5fb834d512996b64.tar.gz upstream-b637eb598d3fc694c76b1c1d5fb834d512996b64.tar.bz2 upstream-b637eb598d3fc694c76b1c1d5fb834d512996b64.zip |
add falcon devicetree files
SVN-Revision: 34711
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 8 |
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 |