| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 | config ADK_COMPILE_BUSYBOX	tristate	depends on ADK_PACKAGE_BUSYBOX	default nconfig ADK_PACKAGE_BUSYBOX	prompt "busybox.............. core utilities for embedded systems"	boolean	select ADK_COMPILE_BUSYBOX	default y if !ADK_TOOLCHAIN_ONLY	help	  Core utilities for embedded Linux systems	  	  WWW: http://www.busybox.netconfig ADK_PACKAGE_BUSYBOX_HIDE	prompt "hide packages provided by busybox applets"	boolean	depends on ADK_PACKAGE_BUSYBOX	default n	help	  Do not show packages which are provided as busybox appletsmenu "Busybox Configuration"depends on ADK_PACKAGE_BUSYBOXsource "package/busybox/config/Config.in"endmenuconfig ADK_PACKAGE_UDHCPD	boolean	default BUSYBOX_APP_UDHCPD# disable busybox applets, when full programs are choosenconfig BUSYBOX_DISABLE_MOUNT	boolean	default y if ADK_PACKAGE_MOUNT	depends on ADK_PACKAGE_MOUNT	default nconfig BUSYBOX_DISABLE_UMOUNT	boolean	default y if ADK_PACKAGE_MOUNT	depends on ADK_PACKAGE_MOUNT	default nconfig BUSYBOX_DISABLE_TAR	boolean	default y if ADK_PACKAGE_TAR	depends on ADK_PACKAGE_TAR	default nconfig BUSYBOX_DISABLE_BZIP2	boolean	default y if ADK_PACKAGE_BZIP2	depends on ADK_PACKAGE_BZIP2	default nconfig BUSYBOX_DISABLE_IP	boolean	default y if ADK_PACKAGE_IP	depends on ADK_PACKAGE_IP	default nconfig BUSYBOX_DISABLE_PATCH	boolean	default y if ADK_PACKAGE_PATCH	depends on ADK_PACKAGE_PATCH	default nconfig BUSYBOX_DISABLE_DIFF	boolean	default y if ADK_PACKAGE_DIFFUTILS	depends on ADK_PACKAGE_DIFFUTILS	default nconfig BUSYBOX_DISABLE_ED	boolean	default y if ADK_PACKAGE_ED	depends on ADK_PACKAGE_ED	default nconfig BUSYBOX_DISABLE_SED	boolean	default y if ADK_PACKAGE_SED	depends on ADK_PACKAGE_SED	default nconfig BUSYBOX_DISABLE_LESS	boolean	default y if ADK_PACKAGE_LESS	depends on ADK_PACKAGE_LESS	default nconfig BUSYBOX_DISABLE_HDPARM	boolean	default y if ADK_PACKAGE_HDPARM	depends on ADK_PACKAGE_HDPARM	default nconfig BUSYBOX_DISABLE_WATCHDOG	boolean	default y if ADK_PACKAGE_WATCHDOG	depends on ADK_PACKAGE_WATCHDOG	default nconfig BUSYBOX_DISABLE_PAM	boolean	default y if ADK_PACKAGE_PAM	depends on ADK_PACKAGE_PAM	default nconfig BUSYBOX_DISABLE_BRCTL	boolean	default y if ADK_PACKAGE_BRIDGE_UTILS	depends on ADK_PACKAGE_BRIDGE_UTILS	default nconfig BUSYBOX_DISABLE_ETHER_WAKE	boolean	default y if ADK_PACKAGE_ETHER_WAKE	depends on ADK_PACKAGE_ETHER_WAKE	default nconfig BUSYBOX_DISABLE_NTPD	boolean	default y if ADK_PACKAGE_OPENNTPD	depends on ADK_PACKAGE_OPENNTPD	default nconfig BUSYBOX_DISABLE_WGET	boolean	default y if ADK_PACKAGE_WGET	depends on ADK_PACKAGE_WGET	default nconfig BUSYBOX_DISABLE_AR	boolean	default y if ADK_PACKAGE_BINUTILS	depends on ADK_PACKAGE_BINUTILS	default nconfig BUSYBOX_DISABLE_CPIO	boolean	default y if ADK_PACKAGE_CPIO	depends on ADK_PACKAGE_CPIO	default nconfig BUSYBOX_DISABLE_XZ	boolean	default y if ADK_PACKAGE_XZ	depends on ADK_PACKAGE_XZ	default nconfig BUSYBOX_DISABLE_UNXZ	boolean	default y if ADK_PACKAGE_XZ	depends on ADK_PACKAGE_XZ	default nconfig BUSYBOX_DISABLE_FBSET	boolean	default y if ADK_PACKAGE_FBSET	depends on ADK_PACKAGE_FBSET	default nconfig BUSYBOX_DISABLE_LSPCI	boolean	default y if ADK_PACKAGE_PCIUTILS	depends on ADK_PACKAGE_PCIUTILS	default nconfig BUSYBOX_DISABLE_LSUSB	boolean	default y if ADK_PACKAGE_LSUSB	depends on ADK_PACKAGE_LSUSB	default nconfig BUSYBOX_DISABLE_GREP	boolean	default y if ADK_PACKAGE_GREP	depends on ADK_PACKAGE_GREP	default nconfig BUSYBOX_DISABLE_FIND	boolean	default y if ADK_PACKAGE_FINDUTILS	depends on ADK_PACKAGE_FINDUTILS	default nconfig BUSYBOX_DISABLE_RFKILL	boolean	default y if ADK_PACKAGE_RFKILL	depends on ADK_PACKAGE_RFKILL	default nconfig BUSYBOX_DISABLE_KMOD	boolean	default y if ADK_PACKAGE_KMOD	depends on ADK_PACKAGE_KMOD	default n
 |