[openwrt/openwrt] ath79: remove duplicate sysupgrade.bin for dlink_dap-2xxx

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 27 18:44:59 EST 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2160a9d597b7bb7b14a65785117ff5891db518ef

commit 2160a9d597b7bb7b14a65785117ff5891db518ef
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Mon Dec 28 00:41:51 2020 +0100

    ath79: remove duplicate sysupgrade.bin for dlink_dap-2xxx
    
    sysupgrade.bin has been added to IMAGES twice, resulting in
    warnings like:
    
    Makefile:86: warning: overriding recipe for target
      '[...]/tmp/openwrt-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin'
    Makefile:86: warning: ignoring old recipe for target
      '[...]/tmp/openwrt-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin'
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ath79/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 870007f044..63a07a9d5c 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -740,7 +740,7 @@ endef
 TARGET_DEVICES += dlink_dap-1365-a1
 
 define Device/dlink_dap-2xxx
-  IMAGES += factory.img sysupgrade.bin
+  IMAGES += factory.img
   IMAGE/factory.img := append-kernel | pad-offset 6144k 160 | \
 	append-rootfs | wrgg-pad-rootfs | mkwrggimg | check-size
   IMAGE/sysupgrade.bin := append-kernel | mkwrggimg | \



More information about the lede-commits mailing list