Config.in 795 B

123456789101112131415161718192021222324252627282930
  1. config BR2_PACKAGE_BUSYBOX
  2. bool "BusyBox"
  3. default y
  4. help
  5. The Swiss Army Knife of embedded Linux. It slices, it dices, it
  6. makes Julian Fries.
  7. http://busybox.net/
  8. Most people will answer Y.
  9. config BR2_PACKAGE_BUSYBOX_SNAPSHOT
  10. bool "Use the daily snapshot of BusyBox?"
  11. depends BR2_PACKAGE_BUSYBOX
  12. default y
  13. help
  14. Use the latest BusyBox daily snapshot instead of release.
  15. For fun, you should say Y.
  16. config BR2_PACKAGE_BUSYBOX_CONFIG
  17. string "BusyBox configuration file to use?"
  18. depends BR2_PACKAGE_BUSYBOX
  19. default "package/busybox/busybox.config"
  20. help
  21. Some people may wish to use their own modified BusyBox configuration
  22. file, and will specify their config file location with this option.
  23. Most people will just use the default BusyBox configuration file.