diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-28 09:19:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-28 09:21:07 +0200 |
commit | 49086f19fe49c976a4d925de838007281e7e8588 (patch) | |
tree | 72ea05bc1f8fdddcba0b58c4927136617e272abd /package | |
parent | a4a20acb2e7a4e050ead17097660ee0892fed172 (diff) | |
download | buildroot-novena-49086f19fe49c976a4d925de838007281e7e8588.tar.gz buildroot-novena-49086f19fe49c976a4d925de838007281e7e8588.zip |
util-linux: fix sub option typos
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/util-linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index c0e15e715..5d954665e 100644 --- a/package/util-linux/Config.in +++ b/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 |