x86: use $(strip) for the at_keyboard check
[oweals/openwrt.git] / target / linux / x86 / image / Config.in
index 653aa61eff1f1f5e58f36eb58d08fa3574421247..9ced34c93ecc50d10a927dbf8f2cda6d51952c85 100644 (file)
@@ -15,7 +15,7 @@ config X86_ETHERBOOT_BOOTOPTS
 
 config X86_GRUB_IMAGES
        bool "Build GRUB images (Linux x86 or x86_64 host only)"
-       depends TARGET_x86 && !TARGET_x86_olpc
+       depends TARGET_x86 && !(TARGET_x86_olpc || TARGET_x86_rdc)
        depends TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
        select PACKAGE_grub2
        default y