busybox: only add the librpc build dependency for uclibc (#8864)
[openwrt.git] / package / busybox / Config.in
1 menu "Configuration"
2 depends on PACKAGE_busybox
3
4 config 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
12 config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
13 bool
14 default y if NOMMU
15 default n if !NOMMU
16
17 config BUSYBOX_CONFIG_HUSH
18 bool
19 default y if NOMMU
20 default n if !NOMMU
21
22 config BUSYBOX_USE_LIBRPC
23 depends USE_UCLIBC
24 default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
25
26 source "package/busybox/config/Config.in"
27
28 endmenu
This page took 0.051961 seconds and 5 git commands to generate.