瀏覽代碼

util-linux: fix sub option typos

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父節點
當前提交
49086f19fe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/util-linux/Config.in

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

@@ -93,7 +93,7 @@ config BR2_PACKAGE_UTIL_LINUX_LAST
 	default n
 
 config BR2_PACKAGE_UTIL_LINUX_MESG
-	bool "build \"kill\""
+	bool "build \"mesg\""
 	default n
 
 config BR2_PACKAGE_UTIL_LINUX_PARTX
@@ -113,7 +113,7 @@ config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
 	default n
 
 config BR2_PACKAGE_UTIL_LINUX_WRITE
-	bool "build \"addpart, delpart, partx\""
+	bool "build \"write\""
 	default n
 
 endif