diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-06-08 00:40:32 +0800 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-10 11:25:47 +0200 |
commit | b47cf6d539bf7cf3a3bbb2e7cb820d1e8abbb99c (patch) | |
tree | 1138e6fdad841fbc29fc0f334e8533d0a6c70d96 /target/linux | |
parent | e19506f20618bf504abcadb47261a0d69ecf4570 (diff) | |
download | upstream-b47cf6d539bf7cf3a3bbb2e7cb820d1e8abbb99c.tar.gz upstream-b47cf6d539bf7cf3a3bbb2e7cb820d1e8abbb99c.tar.bz2 upstream-b47cf6d539bf7cf3a3bbb2e7cb820d1e8abbb99c.zip |
ramips: mt7620: select kmod-rt2800-pci driver for RT5592
ASUS RP-N53 and Buffalo WHR-600D use RT5592 for 5GHz wireless
After commit 367813b9b17 the driver for RT5592 (rt2800pci)
is not selected by default anymore, which broke their 5GHz wireless
Add it back to device packages
Fixes: 367813b9b17 ("ramips: mt7620: fix dependencies")
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index cf38aa2cb1..8d35402561 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -56,7 +56,7 @@ define Device/alfa-network_tube-e4g IMAGE_SIZE := 16064k DEVICE_TITLE := ALFA Network Tube-E4G DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci uboot-envtools uqmi \ - -iwinfo -kmod-rt2800-pci -kmod-rt2800-soc -wpad-basic + -iwinfo -kmod-rt2800-soc -wpad-basic endef TARGET_DEVICES += alfa-network_tube-e4g @@ -574,6 +574,7 @@ TARGET_DEVICES += phicomm_k2g define Device/rp-n53 DTS := RP-N53 DEVICE_TITLE := Asus RP-N53 + DEVICE_PACKAGES := kmod-rt2800-pci endef TARGET_DEVICES += rp-n53 @@ -677,6 +678,7 @@ define Device/whr-600d DTS := WHR-600D IMAGE_SIZE := 6848k DEVICE_TITLE := Buffalo WHR-600D + DEVICE_PACKAGES := kmod-rt2800-pci endef TARGET_DEVICES += whr-600d |