1config BR2_PACKAGE_DEBIANUTILS 2 bool "debianutils" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 5 help 6 Miscellaneous utilities specific to Debian. 7 8 The specific utilities included are: add-shell installkernel 9 ischroot remove-shell run-parts savelog tempfile which. 10 11 https://tracker.debian.org/pkg/debianutils 12