blob: 15da6729a04431f1893285e1ad7990e24def28ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config ADK_PACKAGE_BUSYBOX
prompt "busybox.............................. The Swiss Army Knife"
bool
default y
help
The Swiss Army Knife of embedded Linux. It slices, it dices, it
makes Julian Fries.
http://busybox.net/
Most people will answer Y.
menu "Busybox Configuration"
source "package/busybox/config/Config.in"
endmenu
|