[openwrt/openwrt] ramips: image: drop redundant SUPPORTED_DEVICES

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 6 15:19:27 PDT 2018


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de

commit 68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Sat Feb 24 11:02:33 2018 +0100

    ramips: image: drop redundant SUPPORTED_DEVICES
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ramips/image/mt7620.mk | 1 -
 target/linux/ramips/image/mt76x8.mk | 1 -
 2 files changed, 2 deletions(-)

diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 75cd818..e0a47b7 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -33,7 +33,6 @@ define Device/alfa-network_ac1200rm
   IMAGE_SIZE := 16064k
   DEVICE_TITLE := ALFA Network AC1200RM
   DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
-  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
 endef
 TARGET_DEVICES += alfa-network_ac1200rm
 
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index 4362c3b..c0b243c 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -24,7 +24,6 @@ define Device/alfa-network_awusfree1
   IMAGE_SIZE := $(ralink_default_fw_size_8M)
   DEVICE_TITLE := ALFA Network AWUSFREE1
   DEVICE_PACKAGES := uboot-envtools
-  SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
 endef
 TARGET_DEVICES += alfa-network_awusfree1
 



More information about the lede-commits mailing list