From dbc5638c7e18a03067d7132bc258b8b9a833bba1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 27 Jan 2011 02:21:56 +0000 Subject: busybox: 2.4 module support for kernel24 MACHINE_FEATURES Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Tom Rini --- recipes/busybox/busybox-config.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/busybox') 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: -- cgit 1.2.3-korg