Author: nbd Date: 2016-01-25 13:41:19 +0100 (Mon, 25 Jan 2016) New Revision: 48484
Modified: trunk/package/kernel/linux/modules/wpan.mk Log: 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 <[email protected]> Modified: trunk/package/kernel/linux/modules/wpan.mk =================================================================== --- trunk/package/kernel/linux/modules/wpan.mk 2016-01-25 12:35:21 UTC (rev 48483) +++ trunk/package/kernel/linux/modules/wpan.mk 2016-01-25 12:41:19 UTC (rev 48484) @@ -85,7 +85,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
