diff options
| author | Florian Fainelli | 2017-05-22 23:45:52 +0000 |
|---|---|---|
| committer | Florian Fainelli | 2017-05-26 22:42:13 +0000 |
| commit | ce731158c86b0b7f78461a264920ac777f44d921 (patch) | |
| tree | e5ea5864e05d37f3419f6a2d7aaca20d3a5e6168 | |
| parent | 484f768dfa295d9fccd82c57cae00458f32b7182 (diff) | |
| download | openwrt-ce731158c86b0b7f78461a264920ac777f44d921.tar.gz | |
kernel: Hide kernel options behind a menu
We are starting to add more and more kernel configurable options, to the
point where the Global build options menu is not really usable anymore,
hide all kernel-related configuration options behind a menu.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
| -rw-r--r-- | config/Config-build.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index d5e183926d..f3f1930bb8 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -83,10 +83,12 @@ menu "Global build settings" Useful for release builds, so that kernel issues can be debugged offline later. - comment "Kernel build options" + menu "Kernel build options" source "config/Config-kernel.in" + endmenu + comment "Package build options" config DEBUG |