diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:43:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:43:48 +0200 |
commit | 42d2eb76285f396c914ee6f17474a1e7788cfb36 (patch) | |
tree | f60e51b1a825e6d8d8835b2390d93e12b7843041 | |
parent | cebc410d0239832450d2a57eda1ee5bff488b7f9 (diff) | |
download | upstream-42d2eb76285f396c914ee6f17474a1e7788cfb36.tar.gz upstream-42d2eb76285f396c914ee6f17474a1e7788cfb36.tar.bz2 upstream-42d2eb76285f396c914ee6f17474a1e7788cfb36.zip |
build: remove leftover dependenices on TARGET_rdc
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | config/Config-images.in | 2 | ||||
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index a60dd5078a..958bda4227 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -186,7 +186,7 @@ menu "Target Images" config GRUB_IMAGES 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 select PACKAGE_grub2 default y diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 93d7a775a9..effae14a20 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -229,7 +229,7 @@ define KernelPackage/hwmon-w83627hf KCONFIG:=CONFIG_SENSORS_W83627HF FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko AUTOLOAD:=$(call AutoLoad,50,w83627hf) - $(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid) + $(call AddDepends/hwmon,@TARGET_x86 +kmod-hwmon-vid) endef define KernelPackage/hwmon-w83627hf/description |