diff mbox

[LEDE-DEV] ramips: fix 8M WT3020 image creation

Message ID 537ec392b5a20ecc8522ecb474f79eb8@mail.rdts.de
State Accepted
Headers show

Commit Message

Gerhard Bertelsmann May 18, 2016, 1:47 a.m. UTC
fix image size for 8M version : 4M -> 8M

Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
---
  target/linux/ramips/image/mt7620.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

  endef
  TARGET_DEVICES += wt3020-8M

Comments

John Crispin May 18, 2016, 6:13 a.m. UTC | #1
not sure what went wrong

Applying: ramips: fix 8M WT3020 image creation
fatal: corrupt patch at line 19

i applied the patch manually as it is a regression and pushed it to
source.git

	John

On 18/05/2016 03:47, Gerhard Bertelsmann wrote:
> fix image size for 8M version : 4M -> 8M
> 
> Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
> ---
>  target/linux/ramips/image/mt7620.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ramips/image/mt7620.mk
> b/target/linux/ramips/image/mt7620.mk
> index 862f016..f236ba5 100644
> --- a/target/linux/ramips/image/mt7620.mk
> +++ b/target/linux/ramips/image/mt7620.mk
> @@ -77,7 +77,7 @@ define Device/wt3020-8M
>    DTS := WT3020-8M
>    IMAGE_SIZE := $(ralink_default_fw_size_8M)
>    IMAGES += factory.bin
> -  IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B
> WT3020 -F 4M
> +  IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B
> WT3020 -F 8M
>    DEVICE_TITLE := Nexx WT3020 (8MB)
>  endef
>  TARGET_DEVICES += wt3020-8M
> 
> 
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
diff mbox

Patch

diff --git a/target/linux/ramips/image/mt7620.mk 
b/target/linux/ramips/image/mt7620.mk
index 862f016..f236ba5 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -77,7 +77,7 @@  define Device/wt3020-8M
    DTS := WT3020-8M
    IMAGE_SIZE := $(ralink_default_fw_size_8M)
    IMAGES += factory.bin
-  IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B 
WT3020 -F 4M
+  IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B 
WT3020 -F 8M
    DEVICE_TITLE := Nexx WT3020 (8MB)