[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption...
[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.045502 seconds and 5 git commands to generate.