diff options
author | 2017-04-22 13:59:45 +0200 | |
---|---|---|
committer | 2017-04-22 14:26:54 +0200 | |
commit | e6d7be83bea93629f766a1ca4f77869701525f9f (patch) | |
tree | dae6dc639adc5a84164f77d72e2cb5ed6e74141b /package/e2fsprogs | |
parent | 3ca015a1ad4a0292a645de9666952b7f834c2267 (diff) | |
download | buildroot-e6d7be83bea93629f766a1ca4f77869701525f9f.tar.gz buildroot-e6d7be83bea93629f766a1ca4f77869701525f9f.tar.bz2 |
e2fsprogs: add missing arch depends to comment
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r-- | package/e2fsprogs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in index da6aacf2fd..c83f84530d 100644 --- a/package/e2fsprogs/Config.in +++ b/package/e2fsprogs/Config.in @@ -51,6 +51,7 @@ config BR2_PACKAGE_E2FSPROGS_E4DEFRAG depends on !BR2_TOOLCHAIN_USES_UCLIBC # sync_file_range not impl comment "e4defrag needs a glibc or musl toolchain" + depends on !BR2_nios2 depends on BR2_TOOLCHAIN_USES_UCLIBC config BR2_PACKAGE_E2FSPROGS_FILEFRAG |