diff options
| author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 07:24:45 +0000 | 
|---|---|---|
| committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 07:24:45 +0000 | 
| commit | 1a609bdce0c4da899503e6ea085a8074c0753322 (patch) | |
| tree | b90881cd1242784a8ccc2797f59df993aaba9ad3 | |
| parent | 6a43915f2b65d376cd99a55668a61ec1ded75b8d (diff) | |
[ar71xx] image: For Cameo-based board fix adding mtd layout to kernel commandline)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30568 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 86e279f0a..2caa58637 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 \  		( \ | 
