summaryrefslogtreecommitdiff
path: root/target/hurd/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 14:53:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 14:53:38 +0000
commitea3aa3aa284645bead2640dbec925d7ef3efea00 (patch)
tree2b573ba3248c196adecbb534fda9dc281b659900 /target/hurd/Config.in
parentadf28e194c8a67aca6d8635fa7a10639d5070552 (diff)
- add a more generic "Kernel" menu instead of "Linux Options"
Diffstat (limited to 'target/hurd/Config.in')
-rw-r--r--target/hurd/Config.in11
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.
+
+