diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:21:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:21:45 +0000 |
commit | 5f15b8b855aa7ce535c22d8491ed503c6d80b557 (patch) | |
tree | d9e8aa26dd92d2cbc06f31f66e7feb301e899f29 /openwrt/package/busybox | |
parent | 5e7254c7ff80c6f1260f9f5f76c2798225f23a63 (diff) | |
download | mtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.zip mtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.tar.gz mtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.tar.bz2 |
Add short description to Config.in prompt
SVN-Revision: 950
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/busybox/Config.in b/openwrt/package/busybox/Config.in index 4187ed0..4a8fb4e 100644 --- a/openwrt/package/busybox/Config.in +++ b/openwrt/package/busybox/Config.in @@ -1,12 +1,12 @@ config BR2_PACKAGE_BUSYBOX - bool "busybox" + bool "busybox - The Swiss Army Knife of embedded Linux" default y help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. - + http://busybox.net/ - + Most people will answer Y. config BR2_PACKAGE_BUSYBOX_SNAPSHOT |