diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-15 18:54:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-15 18:54:34 +0000 |
commit | 60ecd5fe04ebeaefedad4d06a756bc46bc772638 (patch) | |
tree | cb27c78b5cfd83c4c28d0b9c1426b4d44307d0a9 /target/linux/x86/image/Config.in | |
parent | 160c2ef0118472b7178d432216ee10aa2df48fe1 (diff) | |
download | upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.tar.gz upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.tar.bz2 upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.zip |
merge the RDC R-321x target as a subtarget of x86
SVN-Revision: 33779
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index 653aa61eff..9ced34c93e 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -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 |