treewide: provide global default for SUPPORTED_DEVICES
[openwrt/openwrt.git] / target / linux / ramips / image / Makefile
index 4274c24884a7579d15274422b8b66127b286fd65..2fb13dcf08dd1786d1b9d40f5b1fdbb7a9c75e56 100644 (file)
@@ -187,7 +187,6 @@ define Device/Default
   DEVICE_DTS = $$(SOC)_$(1)
   IMAGES := sysupgrade.bin
   COMPILE :=
-  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
   sysupgrade_bin := append-kernel | append-rootfs | pad-rootfs
   IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata | check-size
 endef