openwrtv3/package
Christian Lamparter d00913d121 kernel: modules: fix kmod-regmap
This patch fixes the a compile issue that was triggered by
apm821xx/sata when kmod-regmap was selected.

The CONFIG_REGMAP is declared in drivers/base/regmap/Kconfig
as type "bool" and not "tristate". Hence the symbol should
never be set to module, as this confuses the #if CONFIG_REGMAP
guards in include/linux/regmap.h:

|.../drivers/regulator/core.c:4041: undefined reference to `dev_get_regmap'
|.../drivers/regulator/core.c:4042: undefined reference to `dev_get_regmap'
|.../drivers/regulator/core.c:4044: undefined reference to `dev_get_regmap'
|.../drivers/regulator/helpers.o: In function `regulator_is_enabled_regmap':
|.../drivers/regulator/helpers.c:36: undefined reference to `regmap_read'
|...

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2018-07-30 22:37:22 +02:00
..
base-files base-files: drop fwtool_pre_upgrade 2018-07-30 17:42:39 +02:00
boot kirkwood: add support for Iomega Storcenter ix2-200 2018-07-30 15:21:00 +02:00
devel perf: remove linux 4.4 workarounds 2018-07-07 14:53:26 +02:00
firmware ath10k: update QCA4019 firmware 2018-07-30 10:43:35 +02:00
kernel kernel: modules: fix kmod-regmap 2018-07-30 22:37:22 +02:00
libs wolfssl: remove myself as maintainer 2018-07-30 19:34:43 +02:00
network tcpdump: explicitly disable libcap-ng support 2018-07-30 23:27:55 +03:00
system ubus: update to latest git HEAD 2018-07-26 16:48:07 +02:00
utils treewide: Bump PKG_RELEASE due to mbedtls update 2018-07-30 10:35:12 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00