diff options
author | Mathias Kresin <dev@kresin.me> | 2018-12-04 20:40:27 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-04 20:40:27 +0100 |
commit | f381cbcb5f4e0f4e68a8d2acb644ce615f401399 (patch) | |
tree | 67dd05192c5edb41d83cbacfdec10d7f4309c48b /target | |
parent | 4fd788282274e132b974e074a35cf8729c72819e (diff) | |
download | upstream-f381cbcb5f4e0f4e68a8d2acb644ce615f401399.tar.gz upstream-f381cbcb5f4e0f4e68a8d2acb644ce615f401399.tar.bz2 upstream-f381cbcb5f4e0f4e68a8d2acb644ce615f401399.zip |
ramips: fix Netgear EX3700/EX3800 wireless driver selection
Fix the typo to select kmod-mt76x2.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 143d33e3c8..10c3748885 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -258,7 +258,7 @@ define Device/ex3700-ex3800 IMAGE_SIZE := 7744k IMAGES += factory.chk IMAGE/factory.chk := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk - DEVICE_PACKAGES := mod-mt76x2 + DEVICE_PACKAGES := kmod-mt76x2 DEVICE_TITLE := Netgear EX3700/EX3800 SUPPORTED_DEVICES := ex3700 endef |