python3: update to 3.11.10
[openadk.git] / package / busybox / Config.in.manual
blob48c6212e0e045f97667944abcf7d4ac19a9f3019
1 config ADK_COMPILE_BUSYBOX
2         tristate
3         depends on ADK_PACKAGE_BUSYBOX
5 config ADK_PACKAGE_BUSYBOX
6         bool "busybox................. core utilities for embedded systems"
7         select ADK_COMPILE_BUSYBOX
8         help
9           Core utilities for embedded Linux systems
10           
11           WWW: http://www.busybox.net
13 config ADK_PACKAGE_BUSYBOX_HIDE
14         bool "hide packages provided by busybox applets"
15         depends on ADK_PACKAGE_BUSYBOX
16         default y
17         help
18           Do not show packages which are provided as busybox applets
20 menu "Busybox Configuration"
21 depends on ADK_PACKAGE_BUSYBOX
22 source "package/busybox/config/Config.in"
23 endmenu
25 config ADK_PACKAGE_UDHCPD
26         bool
27         default BUSYBOX_APP_UDHCPD
29 # disable busybox applets, when full programs are choosen
30 config BUSYBOX_DISABLE_MOUNT
31         bool
32         default y if ADK_PACKAGE_MOUNT
33         depends on ADK_PACKAGE_MOUNT
34         default n
36 config BUSYBOX_DISABLE_UMOUNT
37         bool
38         default y if ADK_PACKAGE_MOUNT
39         depends on ADK_PACKAGE_MOUNT
40         default n
42 config BUSYBOX_DISABLE_TAR
43         bool
44         default y if ADK_PACKAGE_TAR
45         depends on ADK_PACKAGE_TAR
46         default n
48 config BUSYBOX_DISABLE_BZIP2
49         bool
50         default y if ADK_PACKAGE_BZIP2
51         depends on ADK_PACKAGE_BZIP2
52         default n
54 config BUSYBOX_DISABLE_BUNZIP2
55         bool
56         default y if ADK_PACKAGE_BZIP2
57         depends on ADK_PACKAGE_BZIP2
58         default n
60 config BUSYBOX_DISABLE_IP
61         bool
62         default y if ADK_PACKAGE_IP
63         depends on ADK_PACKAGE_IP
64         default n
66 config BUSYBOX_DISABLE_PATCH
67         bool
68         default y if ADK_PACKAGE_PATCH
69         depends on ADK_PACKAGE_PATCH
70         default n
72 config BUSYBOX_DISABLE_DIFF
73         bool
74         default y if ADK_PACKAGE_DIFFUTILS
75         depends on ADK_PACKAGE_DIFFUTILS
76         default n
78 config BUSYBOX_DISABLE_ED
79         bool
80         default y if ADK_PACKAGE_ED
81         depends on ADK_PACKAGE_ED
82         default n
84 config BUSYBOX_DISABLE_SED
85         bool
86         default y if ADK_PACKAGE_SED
87         depends on ADK_PACKAGE_SED
88         default n
90 config BUSYBOX_DISABLE_LESS
91         bool
92         default y if ADK_PACKAGE_LESS
93         depends on ADK_PACKAGE_LESS
94         default n
96 config BUSYBOX_DISABLE_HDPARM
97         bool
98         default y if ADK_PACKAGE_HDPARM
99         depends on ADK_PACKAGE_HDPARM
100         default n
102 config BUSYBOX_DISABLE_WATCHDOG
103         bool
104         default y if ADK_PACKAGE_WATCHDOG
105         depends on ADK_PACKAGE_WATCHDOG
106         default n
108 config BUSYBOX_DISABLE_PAM
109         bool
110         default y if ADK_PACKAGE_PAM
111         depends on ADK_PACKAGE_PAM
112         default n
114 config BUSYBOX_DISABLE_BRCTL
115         bool
116         default y if ADK_PACKAGE_BRIDGE_UTILS
117         depends on ADK_PACKAGE_BRIDGE_UTILS
118         default n
120 config BUSYBOX_DISABLE_ETHER_WAKE
121         bool
122         default y if ADK_PACKAGE_ETHER_WAKE
123         depends on ADK_PACKAGE_ETHER_WAKE
124         default n
126 config BUSYBOX_DISABLE_NTPD
127         bool
128         default y if ADK_PACKAGE_OPENNTPD
129         depends on ADK_PACKAGE_OPENNTPD
130         default n
132 config BUSYBOX_DISABLE_WGET
133         bool
134         default y if ADK_PACKAGE_WGET
135         depends on ADK_PACKAGE_WGET
136         default n
138 config BUSYBOX_DISABLE_AR
139         bool
140         default y if ADK_PACKAGE_BINUTILS
141         depends on ADK_PACKAGE_BINUTILS
142         default n
144 config BUSYBOX_DISABLE_CPIO
145         bool
146         default y if ADK_PACKAGE_CPIO
147         depends on ADK_PACKAGE_CPIO
148         default n
150 config BUSYBOX_DISABLE_XZ
151         bool
152         default y if ADK_PACKAGE_XZ
153         depends on ADK_PACKAGE_XZ
154         default n
156 config BUSYBOX_DISABLE_UNXZ
157         bool
158         default y if ADK_PACKAGE_XZ
159         depends on ADK_PACKAGE_XZ
160         default n
162 config BUSYBOX_DISABLE_FBSET
163         bool
164         default y if ADK_PACKAGE_FBSET
165         depends on ADK_PACKAGE_FBSET
166         default n
168 config BUSYBOX_DISABLE_LSPCI
169         bool
170         default y if ADK_PACKAGE_PCIUTILS
171         depends on ADK_PACKAGE_PCIUTILS
172         default n
174 config BUSYBOX_DISABLE_LSUSB
175         bool
176         default y if ADK_PACKAGE_LSUSB
177         depends on ADK_PACKAGE_LSUSB
178         default n
180 config BUSYBOX_DISABLE_FDISK
181         bool
182         default y if ADK_PACKAGE_FDISK
183         depends on ADK_PACKAGE_FDISK
184         default n
186 config BUSYBOX_DISABLE_GREP
187         bool
188         default y if ADK_PACKAGE_GREP
189         depends on ADK_PACKAGE_GREP
190         default n
192 config BUSYBOX_DISABLE_FIND
193         bool
194         default y if ADK_PACKAGE_FINDUTILS
195         depends on ADK_PACKAGE_FINDUTILS
196         default n
198 config BUSYBOX_DISABLE_RDATE
199         bool
200         default y if ADK_PACKAGE_RDATE
201         depends on ADK_PACKAGE_RDATE
202         default n
204 config BUSYBOX_DISABLE_RFKILL
205         bool
206         default y if ADK_PACKAGE_RFKILL
207         depends on ADK_PACKAGE_RFKILL
208         default n
210 config BUSYBOX_DISABLE_KMOD
211         bool
212         default y if ADK_PACKAGE_KMOD
213         depends on ADK_PACKAGE_KMOD
214         default n
216 config BUSYBOX_DISABLE_PS
217         bool
218         default y if ADK_PACKAGE_PROCPS
219         depends on ADK_PACKAGE_PROCPS
220         default n