openwrt/target/linux/mediatek/image
Adrian Schmutzler f52081bcf9 treewide: provide global default for SUPPORTED_DEVICES
The majority of our targets provide a default value for the variable
SUPPORTED_DEVICES, which is used in images to check against the
compatible on a running device:

  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))

At the moment, this is implemented in the Device/Default block of
the individual targets or even subtargets. However, since we
standardized device names and compatible in the recent past, almost
all targets are following the same scheme now:

  device/image name:  vendor_model
  compatible:         vendor,model

The equal redundant definitions are a symptom of this process.

Consequently, this patch moves the definition to image.mk making it
a global default. For the few targets not using the scheme above,
SUPPORTED_DEVICES will be defined to a different value in
Device/Default anyway, overwriting the default. In other words:
This change is supposed to be cosmetic.

This can be used as a global measure to get the current compatible
with: $(firstword $(SUPPORTED_DEVICES))
(Though this is not precisely an achievement of this commit.)

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-01-23 12:45:21 +01:00
..
Config.in mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
Makefile treewide: provide global default for SUPPORTED_DEVICES 2021-01-23 12:45:21 +01:00
gen_mt7622_emmc_img.sh
gen_mt7623_emmc_img.sh mediatek: mt7623: fix sysupgrade from vendor OpenWrt on UniElec U7623 2020-07-26 16:42:35 +08:00
gen_mtk_mmc_img.sh mediatek: mt7623: use bash for generating bootable images 2020-09-19 13:39:29 +01:00
gen_scatterfile.sh mediatek: mt7623: add scatter file for unbricking with SP Flash Tool 2020-07-26 17:07:52 +08:00
mt7622.mk mediatek: mt7622: select bluetooth module instead of firmware 2020-09-22 21:13:54 +08:00
mt7623.mk mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
mt7623a_unielec_u7623-uEnv.txt mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
mt7623n_bpir2-uEnv.txt mediatek: add SD card image creation for Banana Pi R2 2020-07-08 23:22:30 +02:00
mt7629.mk