[openwrt/openwrt] ramips: add missing kmod-mt7615-firmware for TP-Link RE500 v1

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 8 15:20:29 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7de08be913d2769678792fae121fa248dfc2bdf5

commit 7de08be913d2769678792fae121fa248dfc2bdf5
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Jul 8 21:12:27 2020 +0200

    ramips: add missing kmod-mt7615-firmware for TP-Link RE500 v1
    
    Adding this has been overlooked when rebasing the commit prior to
    merge.
    
    Fixes: ba0f4f0cfddc ("ramips: add support for TP-Link RE500 v1")
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/image/mt7621.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index ad61440c4c..6ab77d0f01 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -869,7 +869,7 @@ define Device/tplink_re500-v1
   $(Device/tplink-safeloader)
   DEVICE_MODEL := RE500
   DEVICE_VARIANT := v1
-  DEVICE_PACKAGES := kmod-mt7615e wpad-basic
+  DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic
   TPLINK_BOARD_ID := RE500-V1
   IMAGE_SIZE := 14208k
 endef



More information about the lede-commits mailing list