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 | eff261dcb863d3bf0cf5bd64013326180b2770e7 (patch) | |
tree | 8ac457ebe4a7e80ad03796c60d77024770718cec /package/busybox | |
parent | 4604e37e1be9c0088c564d1aac490e4f6d3c8bd5 (diff) | |
download | upstream-eff261dcb863d3bf0cf5bd64013326180b2770e7.tar.gz upstream-eff261dcb863d3bf0cf5bd64013326180b2770e7.tar.bz2 upstream-eff261dcb863d3bf0cf5bd64013326180b2770e7.zip |
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')
-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 4187ed0bef..4a8fb4ea06 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 |