1config BR2_PACKAGE_NCDU
2	bool "ncdu"
3	depends on BR2_USE_MMU # system()
4	select BR2_PACKAGE_NCURSES
5	help
6	  ncdu is a disk usage analyzer with an ncurses interface
7
8	  http://dev.yorhel.nl/ncdu
9