From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/2] busybox: 2.4 module support for kernel24 MACHINE_FEATURES
Date: Wed, 26 Jan 2011 19:21:56 +0100 [thread overview]
Message-ID: <1296066116-10466-2-git-send-email-rep.dot.nop@gmail.com> (raw)
In-Reply-To: <1296066116-10466-1-git-send-email-rep.dot.nop@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
recipes/busybox/busybox-config.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/busybox/busybox-config.inc b/recipes/busybox/busybox-config.inc
index 723ec0e..d4454b1 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:
--
1.7.2.3
next prev parent reply other threads:[~2011-01-26 18:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-26 18:21 [PATCH 1/2] busybox: add group to -passwd package Bernhard Reutner-Fischer
2011-01-26 18:21 ` Bernhard Reutner-Fischer [this message]
2011-01-26 19:29 ` [PATCH 2/2] busybox: 2.4 module support for kernel24 MACHINE_FEATURES Tom Rini
2011-01-26 18:54 ` [PATCH 1/2] busybox: add group to -passwd package Andreas Oberritter
2011-01-26 19:28 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1296066116-10466-2-git-send-email-rep.dot.nop@gmail.com \
--to=rep.dot.nop@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.