diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-26 15:00:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-27 14:20:14 +0100 |
commit | 891ed144ff2ea1f463862d32362b925b8ae0c71d (patch) | |
tree | bc34e7509bff640149c550ce44d71da4d0b08e76 | |
parent | 4babc62dbd56d02280dc68d8bd951ef8559a55be (diff) | |
download | upstream-891ed144ff2ea1f463862d32362b925b8ae0c71d.tar.gz upstream-891ed144ff2ea1f463862d32362b925b8ae0c71d.tar.bz2 upstream-891ed144ff2ea1f463862d32362b925b8ae0c71d.zip |
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 cdc88b2fc6..582091b354 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 |