Config.in 351 B

123456789101112131415
  1. config ADK_PACKAGE_BUSYBOX
  2. prompt "busybox.............................. The Swiss Army Knife"
  3. bool
  4. default y
  5. help
  6. The Swiss Army Knife of embedded Linux. It slices, it dices, it
  7. makes Julian Fries.
  8. http://busybox.net/
  9. Most people will answer Y.
  10. menu "Busybox Configuration"
  11. source "package/busybox/config/Config.in"
  12. endmenu