X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/203cccc4a22bc62775e930f957baab9dcac5cfcb..f29bf60fb1e17b3be80e9127332c53fcaebee55b:/package/busybox/target-config.in?ds=sidebyside diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in index 86f270b59..61f13670c 100644 --- a/package/busybox/target-config.in +++ b/package/busybox/target-config.in @@ -1,4 +1,14 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS + bool default y if LINUX_2_4 default n 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_2_6_MODULES + bool + default n if LINUX_2_4 + default y if LINUX_2_6