treewide: provide global default for SUPPORTED_DEVICES
[openwrt/openwrt.git] / target / linux / sunxi / image / Makefile
index 01e9742b4602a4e72d086a868fe995c98201d70a..572c0597e8c6ac967447d7270009eee9f3c91d25 100644 (file)
@@ -37,7 +37,6 @@ define Device/Default
   KERNEL := kernel-bin | uImage none
   IMAGES := sdcard.img.gz
   IMAGE/sdcard.img.gz := sunxi-sdcard | append-metadata | gzip
-  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
   SUNXI_DTS_DIR :=
   SUNXI_DTS = $$(SUNXI_DTS_DIR)$$(SOC)-$(lastword $(subst _, ,$(1)))
 endef