summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
blob: cfe20190e4dc49556e1c158c5de1b56fe5a6ad7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config ADK_PACKAGE_BUSYBOX
	prompt "busybox.............................. The Swiss Army Knife"
	bool
	default y if !ADK_TOOLCHAIN_ONLY
	help
	  The Swiss Army Knife of embedded Linux.  It slices, it dices, it
	  makes Julian Fries.
	  http://busybox.net/
	  

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