diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-24 11:02:33 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-04-06 23:11:00 +0200 |
commit | 68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de (patch) | |
tree | d53cc82213837f02501855ce7380657842cb3aa6 /target | |
parent | bfed38254076d576914251689a2e1f85d514783d (diff) | |
download | upstream-68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de.tar.gz upstream-68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de.tar.bz2 upstream-68dcec7e16c1e6dbeb89b41e0a9e5baa0cb7e0de.zip |
ramips: image: drop redundant SUPPORTED_DEVICES
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 | ||||
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 75cd8184e2..e0a47b7340 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 4362c3bc43..c0b243c3c3 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 |