diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-26 15:00:54 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-06-03 16:51:41 +0200 |
commit | 36ccbbdab1e65346871ede11c00adc006a7dc8df (patch) | |
tree | be90864ab00a6d8bebaac4f3fd47f79b94a74bf2 | |
parent | 4186d737f60a39659bd85ae0cacdc00da77cf476 (diff) | |
download | mtk-20170518-36ccbbdab1e65346871ede11c00adc006a7dc8df.zip mtk-20170518-36ccbbdab1e65346871ede11c00adc006a7dc8df.tar.gz mtk-20170518-36ccbbdab1e65346871ede11c00adc006a7dc8df.tar.bz2 |
lantiq: select kmod-mt7603 instead of kmod-mt76 for WBMR-300HPD
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |