[source] lantiq: select kmod-mt7603 instead of kmod-mt76 for WBMR-300HPD

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 3 10:30:26 PDT 2017


hauke pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/36ccbbdab1e65346871ede11c00adc006a7dc8df

commit 36ccbbdab1e65346871ede11c00adc006a7dc8df
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Feb 26 15:00:54 2017 +0100

    lantiq: select kmod-mt7603 instead of kmod-mt76 for WBMR-300HPD
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/lantiq/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index cdc88b2..582091b 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -524,7 +524,7 @@ include tp-link.mk
 define Device/WBMR300
   IMAGE_SIZE := 15616k
   DEVICE_TITLE := Buffalo WBMR-300HPD
-  DEVICE_PACKAGES := kmod-mt76 wpad-mini kmod-usb-dwc2
+  DEVICE_PACKAGES := kmod-mt7603 wpad-mini kmod-usb-dwc2
 endef
 TARGET_DEVICES += WBMR300
 



More information about the lede-commits mailing list