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/linux/ramips/image/mt7620.mk | |
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/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 0 insertions, 1 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 |