Skip to content

Commit

Permalink
Fix warning: (FREETZ_PACKAGE_E2FSPROGS_E2FIXING) selects FREETZ_PACKA…
Browse files Browse the repository at this point in the history
…GE_E2FSPROGS_BLKID which has unmet direct dependencies (FREETZ_PACKAGE_E2FSPROGS && !FREETZ_BUSYBOX_BLKID)

Refs #1532


git-svn-id: file:///var/svn/freetz/trunk@7859 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
kriegaex committed Oct 19, 2011
1 parent fc1cf6a commit 54ee5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/e2fsprogs/Config.in
Expand Up @@ -86,7 +86,7 @@ config FREETZ_PACKAGE_E2FSPROGS_E2FIXING
bool "Repair and misc. tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_PACKAGE_E2FSPROGS_BLKID
select FREETZ_PACKAGE_E2FSPROGS_BLKID if ! FREETZ_BUSYBOX_BLKID
select FREETZ_LIB_libext2fs if ! FREETZ_PACKAGE_E2FSPROGS_STATIC
select FREETZ_LIB_libcom_err if ! FREETZ_PACKAGE_E2FSPROGS_STATIC
select FREETZ_LIB_libuuid if ! FREETZ_PACKAGE_E2FSPROGS_STATIC
Expand Down

0 comments on commit 54ee5ac

Please sign in to comment.