[source] ramips: fix Planex CS-QR10 device packages

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 21 23:33:12 PST 2017


mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/7ec639451d0d090e760f097c9ceb4c77c08e605a

commit 7ec639451d0d090e760f097c9ceb4c77c08e605a
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sat Nov 18 12:19:00 2017 +0100

    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 at kresin.me>
---
 target/linux/ramips/image/mt7620.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index af1bda4..80bd8c6 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -220,7 +220,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
 



More information about the lede-commits mailing list