Config.in 460 B

12345678910111213
  1. config BR2_PACKAGE_BOOTUTILS
  2. bool "bootutils"
  3. depends on BR2_LARGEFILE
  4. help
  5. BootUtils is a collection of utilities to facilitate booting of
  6. Linux 2.6-based systems. The process of finding the root volume
  7. either by label or explicit label= on the kernel command line,
  8. mounting it, and 'switchroot'ing is automated.
  9. http://bootutils.pr.linuxrulz.org/
  10. comment "bootutils requires a toolchain with LARGEFILE support"
  11. depends on !BR2_LARGEFILE