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 | 0d21423b4f258b400226f2057030fff16f9eca73 (patch) | |
tree | d9e8aa26dd92d2cbc06f31f66e7feb301e899f29 /openwrt/package/busybox/Config.in | |
parent | e8de94e89de4b3272cb220ce4ee2670596b87f9a (diff) |
Add short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/Config.in')
-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 4187ed0bef..4a8fb4ea06 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 |