Skip to content

Commit

Permalink
kernel/modules: Fix build of kmod-pmbus
Browse files Browse the repository at this point in the history
This fixes two build problems introduced with the recently added new
kernel module package.

Fixes: ed2839a ("kernel/modules: add kmod-pmbus-zl6100 module")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Jan 13, 2019
1 parent bd03255 commit c7102a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/hwmon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ define KernelPackage/pmbus-core
TITLE:=PMBus support
KCONFIG:= CONFIG_PMBUS
FILES:=$(LINUX_DIR)/drivers/hwmon/pmbus/pmbus_core.ko
$(call AddDepends/hwmon)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef

define KernelPackage/pmbus-core/description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/generic/config-4.9
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_SENSORS_LIS3_SPI is not set
# CONFIG_SENSORS_LM25066 is not se
# CONFIG_SENSORS_LM25066 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
Expand Down

0 comments on commit c7102a7

Please sign in to comment.