aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-27 02:21:56 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-12 08:18:14 -0700
commitdbc5638c7e18a03067d7132bc258b8b9a833bba1 (patch)
tree3a74def7064b0f35d9b16ddf584f09aca33a8b68 /recipes/busybox
parent9f210a46bc0feeb726207f0a5c1886449efaf11b (diff)
downloadopenembedded-dbc5638c7e18a03067d7132bc258b8b9a833bba1.tar.gz
busybox: 2.4 module support for kernel24 MACHINE_FEATURES
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r--recipes/busybox/busybox-config.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-config.inc b/recipes/busybox/busybox-config.inc
index 723ec0e57d..d4454b1c25 100644
--- a/recipes/busybox/busybox-config.inc
+++ b/recipes/busybox/busybox-config.inc
@@ -18,6 +18,7 @@ def features_to_busybox_settings(d):
busybox_cfg('nls', distro_features, 'CONFIG_LOCALE_SUPPORT', cnf, rem)
busybox_cfg('ipv4', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem)
busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem)
+ busybox_cfg('kernel24', machine_features, 'CONFIG_FEATURE_2_4_MODULES', cnf, rem)
return "\n".join(cnf), "\n".join(rem)
# X, Y = ${@features_to_uclibc_settings(d)}
# unfortunately doesn't seem to work with bitbake, workaround: