Config.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config ADK_COMPILE_UTIL_LINUX_NG
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS || ADK_PACKAGE_SFDISK || ADK_PACKAGE_LOSETUP
  5. config ADK_PACKAGE_FDISK
  6. prompt "fdisk............................. Partition table manipulation utility"
  7. tristate
  8. default n
  9. select ADK_COMPILE_UTIL_LINUX_NG
  10. help
  11. A partition table manipulation utility
  12. config ADK_PACKAGE_SFDISK
  13. prompt "sfdisk............................ Scriptable Partition table manipulation utility"
  14. tristate
  15. default n
  16. select ADK_COMPILE_UTIL_LINUX_NG
  17. help
  18. A scriptable partition table manipulation utility
  19. config ADK_PACKAGE_LOSETUP
  20. prompt "losetup........................... Loop devices setup and control utility"
  21. tristate
  22. default n
  23. select ADK_COMPILE_UTIL_LINUX_NG
  24. select ADK_KPACKAGE_KMOD_BLK_DEV_LOOP
  25. help
  26. A loop devices setup and control utility
  27. config ADK_PACKAGE_SWAP_UTILS
  28. prompt "swap-utils........................ Swap space management utilities"
  29. tristate
  30. default n
  31. select ADK_COMPILE_UTIL_LINUX_NG
  32. select ADK_PACKAGE_LIBBLKID
  33. help
  34. A collection of tools to manage swap space :
  35. * mkswap
  36. * swapon
  37. * swapoff