[openwrt/openwrt] bcm53xx: use default SUPPORTED_DEVICES for Meraki MR32

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 23 17:42:54 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4571ef48d8226dda152f921bd12eb254bea001bd

commit 4571ef48d8226dda152f921bd12eb254bea001bd
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Jan 23 22:03:51 2021 +0100

    bcm53xx: use default SUPPORTED_DEVICES for Meraki MR32
    
    Since the new global SUPPORTED_DEVICES are now available in bcm53xx
    as well, we do not need to specify an explicit value for the MR32
    anymore.
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/bcm53xx/image/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 00141118a1..90343b1e88 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -335,10 +335,8 @@ define Device/meraki_mr32
 	pad-to 10362880
   KERNEL := kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb
   IMAGES := sysupgrade.bin
-  IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
-
 # Currently the only device that uses the new image check
-  SUPPORTED_DEVICES := meraki,mr32
+  IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
 
 # The loader is specifically looking for fdt at 2:
 # [    3.190000] find_itb_subimage: error finding fdt at 2: FDT_ERR_NOTFOUND



More information about the lede-commits mailing list