diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-25 20:46:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-25 20:48:09 +0200 |
commit | b6192fb9752ae5434f518f458d47514044dd6bba (patch) | |
tree | d2862b660933cbf6fe18efad23e986500d9094d7 /target/Config.in | |
parent | 261b3fc0f49ec8b372668bb6d11cb4a0047aa669 (diff) |
target/: remove hurd kernel placeholder
Incomplete and unlikely to get completed in the near future - Pretty
much like hurd itself.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/Config.in b/target/Config.in index 4bd76c53d..a25581baa 100644 --- a/target/Config.in +++ b/target/Config.in @@ -74,10 +74,6 @@ config BR2_KERNEL_LINUX endif -config BR2_KERNEL_HURD - bool "hurd" - help - GNU/Hurd kernel endchoice config BR2_PACKAGE_LINUX @@ -88,7 +84,4 @@ source "target/linux/Config.in" source "target/linux/Config.in.advanced" endif -if BR2_KERNEL_HURD -source "target/hurd/Config.in" -endif endmenu |