summaryrefslogtreecommitdiffstats
path: root/rules/busybox.in
blob: b33ccc49abb63d83f5497167c61c36c746268149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menu	"BusyBox             "

config BUSYBOX
	bool
	prompt "Busybox"
	help
	  BusyBox is the Swiss Army Knife of embedded Linux. It is a
	  multi call program which hosts nearly all important unix
	  tools in one small executable.

	  For more information see http://www.busybox.net

source "config/busybox-1.0.0/sysdeps/linux/Config.in"

endmenu