summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2013-05-14 22:11:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-15 16:04:35 +0200
commitb193c1264a27f67dffb2a16cef637777cfa1996e (patch)
tree065864dcd2b92acb774fec53ec66911fe1637cbb /support
parentcf81029c01650bc00b713e06dc7581f3f43767a0 (diff)
downloadbuildroot-novena-b193c1264a27f67dffb2a16cef637777cfa1996e.tar.gz
buildroot-novena-b193c1264a27f67dffb2a16cef637777cfa1996e.zip
graph-depends: ignore the 'target-generic-dont-remount-rw' target
The graph-depends script tries to call 'make target-generic-dont-remount-rw', which doesn't exist since 'target-generic-dont-remount-rw' is not a package. See also the comments for commit 72bd61e5b8c2094378. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-depends1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 180c81d94..8d81969dd 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -164,6 +164,7 @@ TARGET_EXCEPTIONS = [
"target-generic-issue",
"target-generic-getty-busybox",
"target-generic-do-remount-rw",
+ "target-generic-dont-remount-rw",
"target-finalize",
"erase-fakeroots",
"target-generic-hostname",