diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2012-02-16 07:24:45 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2012-02-16 07:24:45 +0000 |
commit | 4685a513018d8cf41e2b23a8e89b6e0e7da1ad69 (patch) | |
tree | 11be5cdbd0faf4b8c59fb26d47d0b9be8b544e4a | |
parent | 8dc1ff6cb1c502befcd084b4ba3eb90e4897a1c7 (diff) | |
download | mtk-20170518-4685a513018d8cf41e2b23a8e89b6e0e7da1ad69.zip mtk-20170518-4685a513018d8cf41e2b23a8e89b6e0e7da1ad69.tar.gz mtk-20170518-4685a513018d8cf41e2b23a8e89b6e0e7da1ad69.tar.bz2 |
image: For Cameo-based board fix adding mtd layout to kernel commandline)
SVN-Revision: 30568
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 86e279f..2caa586 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -195,7 +195,7 @@ define Image/Build/WHRHPG300N endef define Image/Build/Cameo - $(call MkuImageLzma,$(2),$(3) $($(4))) + $(call MkuImageLzma,$(2),$(3) $(4)) $(call Sysupgrade/KRuImage,$(1),$(2),$(5),$(6)) if [ -e "$(call sysupname,$(1),$(2))" ]; then \ ( \ |