diff options
| -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 | 
