diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-02 22:30:28 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-02 22:30:28 +0000 |
| commit | 11474b14deae40ca06e8c1694afdccb76a8700c4 (patch) | |
| tree | 27510f2f17f65235129930ff630835d2b3f7bc58 /openwrt/target/linux/package/diag | |
| parent | 1f4412a2f3d38e4d3a7237ea95622682ead46be1 (diff) | |
| download | mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.zip mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.tar.gz mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.tar.bz2 | |
rework the kernel menuconfig, always use prompt to display config text instead of bool/tristate
SVN-Revision: 2315
Diffstat (limited to 'openwrt/target/linux/package/diag')
| -rw-r--r-- | openwrt/target/linux/package/diag/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/diag/Config.in b/openwrt/target/linux/package/diag/Config.in index b68a0ee..a33f812 100644 --- a/openwrt/target/linux/package/diag/Config.in +++ b/openwrt/target/linux/package/diag/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_KMOD_DIAG - tristate "kmod-diag...................... Driver for router LEDs and Buttons" + prompt "kmod-diag......................... Driver for router LEDs and Buttons" + tristate default y help Driver for router LEDs and Buttons |
