diff options
Diffstat (limited to 'target/x86/syslinux')
-rw-r--r-- | target/x86/syslinux/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in index 6e46ecfe3..6a946e46b 100644 --- a/target/x86/syslinux/Config.in +++ b/target/x86/syslinux/Config.in @@ -1,13 +1,11 @@ config BR2_TARGET_SYSLINUX bool "syslinux" - default n depends on BR2_i386 help The syslinux bootloader for x86 systems. config BR2_TARGET_PXELINUX bool "pxelinux" - default n depends on BR2_i386 || BR2_x86_64 help The pxelinux loader for x86 systems. |