diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-25 12:41:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-25 12:41:19 +0000 |
commit | 827672162a1548676b78808786f0698b85873269 (patch) | |
tree | e865802064d6aeee310520c5fa1c580762e666c0 /package | |
parent | b7ab6c66cc8b0b89c623c1270b60ed61024cfe41 (diff) | |
download | upstream-827672162a1548676b78808786f0698b85873269.tar.gz upstream-827672162a1548676b78808786f0698b85873269.tar.bz2 upstream-827672162a1548676b78808786f0698b85873269.zip |
kernel: wpan: mrf24j40 depends on regmap-spi
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to
kmod-regmap.
Found by buildbot:
Package kmod-mrf24j40 is missing dependencies for the following libraries:
regmap-spi.ko
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48484
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/wpan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/wpan.mk b/package/kernel/linux/modules/wpan.mk index 58fe8eb9d8..199044fc33 100644 --- a/package/kernel/linux/modules/wpan.mk +++ b/package/kernel/linux/modules/wpan.mk @@ -85,7 +85,7 @@ $(eval $(call KernelPackage,at86rf230)) define KernelPackage/mrf24j40 SUBMENU:=$(WPAN_MENU) TITLE:=MRF24J40 transceiver driver - DEPENDS:=+kmod-mac802154 + DEPENDS:=+kmod-mac802154 +kmod-regmap KCONFIG:=CONFIG_IEEE802154_MRF24J40 \ CONFIG_SPI=y \ CONFIG_SPI_MASTER=y |