aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-11-18 12:19:00 +0100
committerMathias Kresin <dev@kresin.me>2017-11-22 08:21:52 +0100
commit2f9fe78e756f17cbf48ad2139e9d739b6dbf8344 (patch)
tree43254c7c0c410ba3d6625b927a0eecdbeb66f149 /target/linux/ramips
parenta783185e280f5b8d7ca5c7a1a4f5adad8a287637 (diff)
downloadupstream-2f9fe78e756f17cbf48ad2139e9d739b6dbf8344.tar.gz
upstream-2f9fe78e756f17cbf48ad2139e9d739b6dbf8344.tar.bz2
upstream-2f9fe78e756f17cbf48ad2139e9d739b6dbf8344.zip
ramips: fix Planex CS-QR10 device packages
Add kmod-sound-core, it is a dependency of kmod-sound-mt7620 and will not be autoselected. Remove kmod-i2c-core, it will be autoselected by kmod-i2c-ralink. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/image/mt7620.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index ab03cf1e16..7dd26fe276 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -105,7 +105,9 @@ TARGET_DEVICES += cf-wr800n
define Device/cs-qr10
DTS := CS-QR10
DEVICE_TITLE := Planex CS-QR10
- DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-i2c-core kmod-i2c-ralink kmod-sound-core kmod-sound-mtk kmod-sdhci-mt7620
+ DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci \
+ kmod-sound-core kmod-sound-mt7620 \
+ kmod-i2c-ralink kmod-sdhci-mt7620
endef
TARGET_DEVICES += cs-qr10