From: Clark Rawlins <clark.rawlins@escient.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory
Date: Sat, 09 Jan 2010 13:00:20 -0500 [thread overview]
Message-ID: <1263060020.18571.8.camel@venture> (raw)
Add support for a catagory of packages called
"Extra kernel modules" in menuconfig and a
new subdirectory similar to the "editors"
subdirectory to hold the kernel-modules packages.
Signed-off-by: Clark Rawlins <clark.rawlins@escient.com>
---
package/Config.in | 3 +++
package/kernel-modules/Config.in | 3 +++
package/kernel-modules/kernel-modules.mk | 1 +
3 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 package/kernel-modules/Config.in
create mode 100644 package/kernel-modules/kernel-modules.mk
diff --git a/package/Config.in b/package/Config.in
index 57a6a19..77f47db 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -421,4 +421,7 @@ source "package/java/Config.in"
# various games packages
source "package/games/Config.in"
+# Out of tree kernel modules
+source "package/kernel-modules/Config.in"
+
endmenu
diff --git a/package/kernel-modules/Config.in b/package/kernel-modules/Config.in
new file mode 100644
index 0000000..ddd27c3
--- /dev/null
+++ b/package/kernel-modules/Config.in
@@ -0,0 +1,3 @@
+menu "Extra Kernel Modules"
+source "package/kernel-modules/cdfs/Config.in"
+endmenu
diff --git a/package/kernel-modules/kernel-modules.mk b/package/kernel-modules/kernel-modules.mk
new file mode 100644
index 0000000..031e2f5
--- /dev/null
+++ b/package/kernel-modules/kernel-modules.mk
@@ -0,0 +1 @@
+include package/kernel-modules/*/*.mk
--
1.6.3.3
next reply other threads:[~2010-01-09 18:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-09 18:00 Clark Rawlins [this message]
2010-01-11 14:14 ` [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory Chris Packham
2010-01-11 15:44 ` Clark Rawlins
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=1263060020.18571.8.camel@venture \
--to=clark.rawlins@escient.com \
--cc=buildroot@busybox.net \
/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.