[package] do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
[openwrt/svn-archive/archive.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