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
22source "package/busybox/config/Config.in"
23
24endif
25

Archive Download this file



interactive