summaryrefslogtreecommitdiffstats
path: root/package/bootutils/Config.in
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-04-08 13:09:29 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-04-08 13:09:29 +0000
commit08cb25116d0ff7731c067c19b2a5dc084feb2abe (patch)
tree1203ddcb3ddfdcf0fecd7dfb6a9f4dc5ff969812 /package/bootutils/Config.in
parentae7bc8da7a96b1a544e3706f43a6da4228a3d262 (diff)
downloadbuildroot-novena-08cb25116d0ff7731c067c19b2a5dc084feb2abe.tar.gz
buildroot-novena-08cb25116d0ff7731c067c19b2a5dc084feb2abe.zip
* Added bootutils
Diffstat (limited to 'package/bootutils/Config.in')
-rw-r--r--package/bootutils/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bootutils/Config.in b/package/bootutils/Config.in
new file mode 100644
index 000000000..6379f654e
--- /dev/null
+++ b/package/bootutils/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_BOOTUTILS
+ bool "bootutils"
+ default n
+ help
+ BootUtils is a collection of utilities to facilitate booting of
+ Linux 2.6-based systems. The process of finding the root volume
+ either by label or explicit label= on the kernel command line,
+ mounting it, and 'switchroot'ing is automated.
+
+ http://www.freshmeat.net/projects/bootutils
+