Root/package/busybox/Config.in

1
2if PACKAGE_busybox
3
4config BUSYBOX_CONFIG_NOMMU
5    bool
6    depends NOMMU
7    default y if NOMMU
8    deselect BUSYBOX_CONFIG_ASH
9    deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH
10    deselect BUSYBOX_CONFIG_LOCK
11
12config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
13    bool
14    default y if NOMMU
15    default n if !NOMMU
16
17config BUSYBOX_CONFIG_HUSH
18    bool
19    default y if NOMMU
20    default n if !NOMMU
21
22config BUSYBOX_USE_LIBRPC
23    bool
24    depends USE_UCLIBC
25    default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
26
27source "package/busybox/config/Config.in"
28
29endif
30

Archive Download this file



interactive