[source] ipq806x: add missing sysupgrade-nand => sysupgrade-tar change

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 31 04:05:16 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=62d4665551000b3c85077c48d059a2c796dffc68

commit 62d4665551000b3c85077c48d059a2c796dffc68
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jul 31 13:05:11 2016 +0200

    ipq806x: add missing sysupgrade-nand => sysupgrade-tar change
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ipq806x/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index fc73ec2..5ce0072 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -73,7 +73,7 @@ define Device/DniImage
 	NETGEAR_HW_ID :=
 	IMAGES := factory.img sysupgrade.tar
 	IMAGE/factory.img := append-kernel | append-ubi | netgear-dni
-	IMAGE/sysupgrade.tar = sysupgrade-nand
+	IMAGE/sysupgrade.tar = sysupgrade-tar
 endef
 DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
 



More information about the lede-commits mailing list