diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2021-05-16 23:48:04 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2021-05-16 23:59:13 +0200 |
commit | cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7 (patch) | |
tree | 0ae09ede7fb27754a9ff5394961e6797aafff1c6 /target/linux/ramips/image/mt7621.mk | |
parent | bf8c16dfa2cddd529f889510ca5fa5160606c325 (diff) | |
download | upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.tar.gz upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.tar.bz2 upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.zip |
ramips: fix SUPPORTED_DEVICES for ALFA Network devices
Vendor firmware expects model name without manufacturer name inside
'supported_devices' part of metadata. This allows direct upgrade to
OpenWrt from vendor's GUI.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 48448c2ab1..b1c224ca16 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -118,6 +118,7 @@ define Device/alfa-network_quad-e4g DEVICE_MODEL := Quad-E4G DEVICE_PACKAGES := kmod-ata-ahci kmod-sdhci-mt7620 kmod-usb3 uboot-envtools \ -wpad-basic-wolfssl + SUPPORTED_DEVICES += quad-e4g endef TARGET_DEVICES += alfa-network_quad-e4g |