treewide: provide global default for SUPPORTED_DEVICES
[openwrt/openwrt.git] / target / linux / lantiq / image / Makefile
index b169d93859c1fd1c1389ecf97b4ecc9d9b1ebbb0..a4ba22dfc4b01bd2573b19fa75c1bafea009a46b 100644 (file)
@@ -65,7 +65,6 @@ define Device/Default
   FILESYSTEMS := squashfs
   SOC := $(DEFAULT_SOC)
   DEVICE_DTS = $$(SOC)_$(1)
-  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
   IMAGES := sysupgrade.bin
   IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata | check-size
 endef