Config.in 444 B

123456789101112131415161718192021222324
  1. menu "Configuration"
  2. depends on PACKAGE_busybox
  3. config BUSYBOX_CONFIG_NOMMU
  4. bool
  5. depends NOMMU
  6. default y if NOMMU
  7. deselect BUSYBOX_CONFIG_ASH
  8. deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH
  9. deselect BUSYBOX_CONFIG_LOCK
  10. config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
  11. bool
  12. default y if NOMMU
  13. default n if !NOMMU
  14. config BUSYBOX_CONFIG_HUSH
  15. bool
  16. default y if NOMMU
  17. default n if !NOMMU
  18. source "package/busybox/config/Config.in"
  19. endmenu