summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 16:21:45 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 16:21:45 +0000
commit5f15b8b855aa7ce535c22d8491ed503c6d80b557 (patch)
treed9e8aa26dd92d2cbc06f31f66e7feb301e899f29
parent5e7254c7ff80c6f1260f9f5f76c2798225f23a63 (diff)
downloadmtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.zip
mtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.tar.gz
mtk-20170518-5f15b8b855aa7ce535c22d8491ed503c6d80b557.tar.bz2
Add short description to Config.in prompt
SVN-Revision: 950
-rw-r--r--openwrt/package/busybox/Config.in6
-rw-r--r--openwrt/package/bwm/Config.in3
2 files changed, 5 insertions, 4 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
diff --git a/openwrt/package/bwm/Config.in b/openwrt/package/bwm/Config.in
index 3a2a8bf..f6b9f7a 100644
--- a/openwrt/package/bwm/Config.in
+++ b/openwrt/package/bwm/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_BWM
- tristate "bwm"
+ tristate "bwm - Very tiny BandWidth Monitor"
default m if CONFIG_DEVEL
help
A very tiny bandwidth monitor.
+