mirror of https://github.com/hak5/openwrt-owl.git
parent
a2f2b9cfad
commit
0f34319e6e
|
@ -2,3 +2,10 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS
|
||||||
default y if LINUX_2_4
|
default y if LINUX_2_4
|
||||||
default n if LINUX_2_6
|
default n if LINUX_2_6
|
||||||
|
|
||||||
|
config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
|
||||||
|
default y if LINUX_2_4
|
||||||
|
default n if LINUX_2_6
|
||||||
|
|
||||||
|
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
||||||
|
default n if LINUX_2_4
|
||||||
|
default y if LINUX_2_6
|
||||||
|
|
Loading…
Reference in New Issue