diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:21:45 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:21:45 +0000 |
commit | 868724a7edc0cdb35c4c2180a02734e28ec7dcea (patch) | |
tree | 8ac457ebe4a7e80ad03796c60d77024770718cec /package/busybox/Config.in | |
parent | ee9afd6e51bf73358c066decce994a694d222248 (diff) |
Add short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 6 |
1 files changed, 3 insertions, 3 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 |