diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-31 17:36:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-31 17:36:43 +0000 |
commit | f0be91fd176ab4816eb1219f1f392b3b3edb0665 (patch) | |
tree | 9e5b5ac4292e16d5b1ccac1c9d86c24b77098dbc /target/device/Config.in | |
parent | 67bed999ab1b926f3484eac04d6ca748debadcef (diff) | |
download | buildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.tar.gz buildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.zip |
- reenable linux26
Diffstat (limited to 'target/device/Config.in')
-rw-r--r-- | target/device/Config.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 788822f0c..53ee05569 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -1,16 +1,8 @@ menu "Board Support Options" -config BR2_TARGET_GENERIC - bool "linux kernel" - default n - select BR2_PACKAGE_LINUX - help - Architecture or board dependant linux kernel. - config BR2_PACKAGE_LINUX - bool "linux" + bool "linux kernel" default n - depends BR2_TARGET_GENERIC help The Linux kernel. http://www.kernel.org/ |