소스 검색

- minor tweak to naming of microperl module list in the config

Bernhard Reutner-Fischer 18 년 전
부모
커밋
842686b9fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/microperl/Config.in

+ 1 - 1
package/microperl/Config.in

@@ -5,7 +5,7 @@ config BR2_PACKAGE_MICROPERL
 	  Perl without operating-specific functions such as readdir.
 
 config BR2_PACKAGE_MICROPERL_MODULES
-	string "perl modules"
+	string "microperl modules"
 	default ""
 	depends on BR2_PACKAGE_MICROPERL
 	help