소스 검색

util-linux: fix kconfig typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 년 전
부모
커밋
83f1ec65a0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/util-linux/Config.in

+ 2 - 2
package/util-linux/Config.in

@@ -10,5 +10,5 @@ config BR2_PACKAGE_UTIL-LINUX
 
 	  http://www.kernel.org/pub/linux/utils/util-linux/
 
-comment "netkitbase requires a toolchain with RPC support"
-        depends on !BR2_INET_RPC
+comment "util-linux requires a toolchain with RPC support"
+	depends on !BR2_INET_RPC