summaryrefslogtreecommitdiffstats
path: root/rules/busybox.in
blob: d3adb43535f86b400a512318a22070ff84ba2039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=shell_and_console

menuconfig BUSYBOX
	tristate
	prompt "busybox                       "
	select LIBC_M if BUSYBOX_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

if BUSYBOX
source "config/busybox/Config.in"
endif