diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-08 13:09:29 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-08 13:09:29 +0000 |
commit | 08cb25116d0ff7731c067c19b2a5dc084feb2abe (patch) | |
tree | 1203ddcb3ddfdcf0fecd7dfb6a9f4dc5ff969812 /package/bootutils/Config.in | |
parent | ae7bc8da7a96b1a544e3706f43a6da4228a3d262 (diff) | |
download | buildroot-novena-08cb25116d0ff7731c067c19b2a5dc084feb2abe.tar.gz buildroot-novena-08cb25116d0ff7731c067c19b2a5dc084feb2abe.zip |
* Added bootutils
Diffstat (limited to 'package/bootutils/Config.in')
-rw-r--r-- | package/bootutils/Config.in | 11 |
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 + |