Selaa lähdekoodia

add help text

Mike Frysinger 21 vuotta sitten
vanhempi
commit
559efa969b
2 muutettua tiedostoa jossa 7 lisäystä ja 8 poistoa
  1. 4 4
      package/iproute2/Config.in
  2. 3 4
      package/wtools/Config.in

+ 4 - 4
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/

+ 3 - 4
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