diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:53:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:53:38 +0000 |
commit | ea3aa3aa284645bead2640dbec925d7ef3efea00 (patch) | |
tree | 2b573ba3248c196adecbb534fda9dc281b659900 /target/hurd/Config.in | |
parent | adf28e194c8a67aca6d8635fa7a10639d5070552 (diff) | |
download | buildroot-novena-ea3aa3aa284645bead2640dbec925d7ef3efea00.tar.gz buildroot-novena-ea3aa3aa284645bead2640dbec925d7ef3efea00.zip |
- add a more generic "Kernel" menu instead of "Linux Options"
Diffstat (limited to 'target/hurd/Config.in')
-rw-r--r-- | target/hurd/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/hurd/Config.in b/target/hurd/Config.in new file mode 100644 index 000000000..be5675f5b --- /dev/null +++ b/target/hurd/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_HURD + bool "Hurd kernel" + depends on BR2_KERNEL_HURD + default y + help + The GNU/Hurd kernel. + http://www.gnu.org/software/hurd/ + + FIXME: Currently not implemented. + + |