diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:16:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:16:28 +0000 |
commit | 559efa969bbb9942eddc5a7ee135d083cd06787f (patch) | |
tree | 305f448f6f4da01cfb21afdaeca6fec79a46cc17 /package | |
parent | 9c8f05848743961363b10eb9f247f19c57145c0a (diff) | |
download | buildroot-novena-559efa969bbb9942eddc5a7ee135d083cd06787f.tar.gz buildroot-novena-559efa969bbb9942eddc5a7ee135d083cd06787f.zip |
add help text
Diffstat (limited to 'package')
-rw-r--r-- | package/iproute2/Config.in | 8 | ||||
-rw-r--r-- | package/wtools/Config.in | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index 752d80e08..1dc4c277d 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_IPROUTE2 - bool"iproute2" + bool "iproute2" default n help - Add help text here. + Kernel routing and traffic control utilities. Provides things + like ip and tc. + http://developer.osdl.org/dev/iproute2/ diff --git a/package/wtools/Config.in b/package/wtools/Config.in index 3610028f9..69220cde2 100644 --- a/package/wtools/Config.in +++ b/package/wtools/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_WTOOLS - bool"wtools" + bool "wtools" default n help - Add help text here. + A collection of tools to configure wireless lan cards. + http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html |