busybox: remove BUSYBOX_USE_LIBRPC
[openwrt/svn-archive/archive.git] / package / busybox / Config.in
1
2 if 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 source "package/busybox/config/Config.in"
23
24 endif