diff options
author | Mathias Kresin <dev@kresin.me> | 2017-11-18 12:19:00 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-22 08:19:37 +0100 |
commit | 7ec639451d0d090e760f097c9ceb4c77c08e605a (patch) | |
tree | 84a2de81b46c5dc753a360e65660833c2eae16e8 | |
parent | 6cfa7e57887fe1b021cc50b4b7547d2e51240ac1 (diff) | |
download | upstream-7ec639451d0d090e760f097c9ceb4c77c08e605a.tar.gz upstream-7ec639451d0d090e760f097c9ceb4c77c08e605a.tar.bz2 upstream-7ec639451d0d090e760f097c9ceb4c77c08e605a.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>
-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 af1bda4a9d..80bd8c69bd 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 |