summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in.manual
blob: 84c1bde40f4c8f22ac609c4b8dab33b3265a83f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config ADK_COMPILE_BUSYBOX
	tristate
	depends on ADK_PACKAGE_BUSYBOX
	default n

config ADK_PACKAGE_BUSYBOX
	prompt "busybox........................... Core utilities for embedded Linux systems"
	boolean
	select ADK_COMPILE_BUSYBOX
	default y if !ADK_TOOLCHAIN_ONLY
	help
	  Core utilities for embedded Linux systems
	  
	  WWW: http://www.busybox.net

menu "Busybox Configuration"
source "package/busybox/config/Config.in"
endmenu