]> git.enpas.org Git - openwrt.git/blob - package/busybox/target-config.in
[package] busybox: update to v1.12.4 (partially closes: #4279)
[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