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

config BUSYBOX
	bool
	prompt "Busybox"
	select GLIBC_LIBM if BB_CONFIG_FEATURE_AWK_MATH
	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/Config.in"

endmenu