From 42d2eb76285f396c914ee6f17474a1e7788cfb36 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 May 2016 17:43:17 +0200 Subject: build: remove leftover dependenices on TARGET_rdc Signed-off-by: Felix Fietkau --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3