diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-16 11:12:03 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-16 11:12:03 +0000 |
commit | 30f9eb4cefdbf645007e86c2da7b342e0b98c29e (patch) | |
tree | 4ba2f50eca2a42ec735410fee4253b14d340cc7a /package/kernel/linux | |
parent | 730f06410e15fbb89a09d695d499cc8be74a8926 (diff) | |
download | upstream-30f9eb4cefdbf645007e86c2da7b342e0b98c29e.tar.gz upstream-30f9eb4cefdbf645007e86c2da7b342e0b98c29e.tar.bz2 upstream-30f9eb4cefdbf645007e86c2da7b342e0b98c29e.zip |
kernel: wpan: at86rf230 depends on regmap-spi
kmod-at86rf230 select REGMAP_SPI since 3.17, so add a dependency to
kmod-regmap.
Fixes the following error:
Package kmod-at86rf230 is missing dependencies for the following libraries:
regmap-core.ko
regmap-spi.ko
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46387
Diffstat (limited to 'package/kernel/linux')
-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 d4173ca4b1..1b6c826e7f 100644 --- a/package/kernel/linux/modules/wpan.mk +++ b/package/kernel/linux/modules/wpan.mk @@ -71,7 +71,7 @@ $(eval $(call KernelPackage,fakelb)) define KernelPackage/at86rf230 SUBMENU:=$(WPAN_MENU) TITLE:=AT86RF230 transceiver driver - DEPENDS:=+kmod-mac802154 + DEPENDS:=+kmod-mac802154 +kmod-regmap KCONFIG:=CONFIG_IEEE802154_AT86RF230 \ CONFIG_SPI=y \ CONFIG_SPI_MASTER=y |