Author: jogo Date: 2015-07-16 13:12:03 +0200 (Thu, 16 Jul 2015) New Revision: 46387
Modified: trunk/package/kernel/linux/modules/wpan.mk Log: 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 <[email protected]> Modified: trunk/package/kernel/linux/modules/wpan.mk =================================================================== --- trunk/package/kernel/linux/modules/wpan.mk 2015-07-15 14:42:04 UTC (rev 46386) +++ trunk/package/kernel/linux/modules/wpan.mk 2015-07-16 11:12:03 UTC (rev 46387) @@ -71,7 +71,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
