summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-06 09:43:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:16:15 +0200
commitb4239dfc954e10664c484f74b217b050521dbad4 (patch)
tree2738e6577e8e753e21c2bf8320373d0e54bdea7c /rules/util-linux-ng.in
parentbe79c96b80b03c29c59d863bcf16e8387b57e8f9 (diff)
downloadptxdist-b4239dfc954e10664c484f74b217b050521dbad4.tar.gz
ptxdist-b4239dfc954e10664c484f74b217b050521dbad4.tar.xz
util-linux-ng: fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 55dcd3844..5ae946eb7 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -31,6 +31,8 @@ config UTIL_LINUX_NG_USES_NCURSES
bool
config UTIL_LINUX_NG_PARTX_TOOLS
+ select UTIL_LINUX_NG_LIBBLKID
+ select UTIL_LINUX_NG_LIBSMARTCOLS
bool
config UTIL_LINUX_NG_SCHEDUTILS
@@ -70,8 +72,6 @@ config UTIL_LINUX_NG_DELPART
config UTIL_LINUX_NG_PARTX
bool
- select UTIL_LINUX_NG_LIBBLKID
- select UTIL_LINUX_NG_LIBSMARTCOLS
select UTIL_LINUX_NG_PARTX_TOOLS
prompt "partx"
help