remove generic linux 2.4 support
[openwrt/svn-archive/archive.git] / package / busybox / Config.in
1 menu "Configuration"
2 depends on PACKAGE_busybox
3
4 config BUSYBOX_CONFIG_FEATURE_DEVFS
5 bool
6 default y if LINUX_2_4
7 default n if LINUX_2_6
8
9 config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
10 bool
11 default y if LINUX_2_4
12 default n if LINUX_2_6
13
14 config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
15 bool
16 default n if LINUX_2_4
17 default y if LINUX_2_6
18
19 config BUSYBOX_CONFIG_NOMMU
20 bool
21 depends NOMMU
22 default y if NOMMU
23 deselect BUSYBOX_CONFIG_ASH
24 deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH
25 deselect BUSYBOX_CONFIG_LOCK
26
27 config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH
28 bool
29 default y if NOMMU
30 default n if !NOMMU
31
32 config BUSYBOX_CONFIG_HUSH
33 bool
34 default y if NOMMU
35 default n if !NOMMU
36
37 source "package/busybox/config/Config.in"
38
39 endmenu