[ar7] revert part of r16112, the setup.c part needs more testing
[openwrt.git] / package / busybox / target-config.in
1 config BUSYBOX_CONFIG_FEATURE_DEVFS
2 bool
3 default y if LINUX_2_4
4 default n if LINUX_2_6
5
6 config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
7 bool
8 default y if LINUX_2_4
9 default n if LINUX_2_6
10
11 config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
12 bool
13 default n if LINUX_2_4
14 default y if LINUX_2_6
This page took 0.042677 seconds and 5 git commands to generate.