diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-27 11:07:24 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-27 11:08:46 +0100 |
commit | 9b47e4c0070a392dd81a078d68152fdd3149cd44 (patch) | |
tree | bc791e1f4885b9d8c7f6a318ad5a88fa0e7d4a55 /target/linux | |
parent | fcbbec8eb22094e9d792997c317d2421c7a07efe (diff) | |
download | upstream-9b47e4c0070a392dd81a078d68152fdd3149cd44.tar.gz upstream-9b47e4c0070a392dd81a078d68152fdd3149cd44.tar.bz2 upstream-9b47e4c0070a392dd81a078d68152fdd3149cd44.zip |
brcm2708: Move kmod-sound-soc-3dlab-nano-player to sound modules
kmod-sound-soc-3dlab-nano-player was in the global kernel menu before,
add the dependency to sound to move it to the correct category.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm2708/modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk index 9696fe3b4c..dc7dc54624 100644 --- a/target/linux/brcm2708/modules.mk +++ b/target/linux/brcm2708/modules.mk @@ -95,6 +95,7 @@ define KernelPackage/sound-soc-3dlab-nano-player @LINUX_4_14 \ kmod-sound-soc-bcm2835-i2s \ +kmod-regmap-i2c + $(call AddDepends/sound) endef define KernelPackage/sound-soc-3dlab-nano-player/description |