X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/130f4efa38b78352d626d43148dd1143abd3bde9..f29bf60fb1e17b3be80e9127332c53fcaebee55b:/package/busybox/target-config.in diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in index 77c58cef1..61f13670c 100644 --- a/package/busybox/target-config.in +++ b/package/busybox/target-config.in @@ -1,11 +1,14 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS + bool default y if LINUX_2_4 default n if LINUX_2_6 -config BUSYBOX_CONFIG_MDEV - default n if LINUX_2_4 - default y if LINUX_2_6 +config BUSYBOX_CONFIG_FEATURE_2_4_MODULES + bool + default y if LINUX_2_4 + default n if LINUX_2_6 -config BUSYBOX_CONFIG_FEATURE_MDEV_CONF +config BUSYBOX_CONFIG_FEATURE_2_6_MODULES + bool default n if LINUX_2_4 default y if LINUX_2_6