diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
commit | 54c096527a43bf70a8cf158e081274158534e829 (patch) | |
tree | 6eddad07b41010d60196a5ef0407da5ab22342ea /target/linux/lantiq/image/Makefile | |
parent | 59cc6d9dddcead0f72277d0d13eb0dd773741349 (diff) | |
download | mtk-20170518-54c096527a43bf70a8cf158e081274158534e829.zip mtk-20170518-54c096527a43bf70a8cf158e081274158534e829.tar.gz mtk-20170518-54c096527a43bf70a8cf158e081274158534e829.tar.bz2 |
more devicetree fixes
SVN-Revision: 34824
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 2c20633..440c148 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -183,6 +183,9 @@ Image/Build/Profile/EASY80920NAND=$(call Image/Build/$(1),$(1),EASY80920NAND) Image/BuildKernel/Profile/EASY80920NOR=$(call Image/BuildKernel/Template,EASY80920NOR) Image/Build/Profile/EASY80920NOR=$(call Image/Build/$(1),$(1),EASY80920NOR) +Image/BuildKernel/Profile/FRITZ3370=$(call Image/BuildKernelEVA/Template,FRITZ3370) +Image/Build/Profile/FRITZ3370=$(call Image/BuildEVA/$(1),$(1),FRITZ3370) + endif |