Skip to content
Snippets Groups Projects
Commit 42d2eb76 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: remove leftover dependenices on TARGET_rdc


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent cebc410d
Branches
Tags
No related merge requests found
...@@ -186,7 +186,7 @@ menu "Target Images" ...@@ -186,7 +186,7 @@ menu "Target Images"
config GRUB_IMAGES config GRUB_IMAGES
bool "Build GRUB images (Linux x86 or x86_64 host only)" bool "Build GRUB images (Linux x86 or x86_64 host only)"
depends on TARGET_x86_64 || (TARGET_x86 && !TARGET_x86_rdc) depends on TARGET_x86
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
select PACKAGE_grub2 select PACKAGE_grub2
default y default y
......
...@@ -229,7 +229,7 @@ define KernelPackage/hwmon-w83627hf ...@@ -229,7 +229,7 @@ define KernelPackage/hwmon-w83627hf
KCONFIG:=CONFIG_SENSORS_W83627HF KCONFIG:=CONFIG_SENSORS_W83627HF
FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko
AUTOLOAD:=$(call AutoLoad,50,w83627hf) AUTOLOAD:=$(call AutoLoad,50,w83627hf)
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid) $(call AddDepends/hwmon,@TARGET_x86 +kmod-hwmon-vid)
endef endef
define KernelPackage/hwmon-w83627hf/description define KernelPackage/hwmon-w83627hf/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment