diff 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. + + |