summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 16:21:45 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 16:21:45 +0000
commit868724a7edc0cdb35c4c2180a02734e28ec7dcea (patch)
tree8ac457ebe4a7e80ad03796c60d77024770718cec
parentee9afd6e51bf73358c066decce994a694d222248 (diff)
Add short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@950 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/busybox/Config.in6
-rw-r--r--package/bwm/Config.in3
2 files changed, 5 insertions, 4 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 4187ed0be..4a8fb4ea0 100644
--- a/package/busybox/Config.in
+++ b/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/package/bwm/Config.in b/package/bwm/Config.in
index 3a2a8bfee..f6b9f7a53 100644
--- a/package/bwm/Config.in
+++ b/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.
+