* [Buildroot] [PATCH] initramfs: trivial fix following move to fs
@ 2010-04-14 21:41 Will Wagner
2010-04-15 11:53 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2010-04-14 21:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Will Wagner <will_wagner@carallon.com>
---
fs/initramfs/initramfs.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
index cf1fcdb..4a205d1 100644
--- a/fs/initramfs/initramfs.mk
+++ b/fs/initramfs/initramfs.mk
@@ -12,7 +12,7 @@ define ROOTFS_INITRAMFS_INIT_SYMLINK
endef
define ROOTFS_INITRAMFS_CMD
- $(SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
+ $(SHELL) fs/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
endef
$(eval $(call ROOTFS_TARGET,initramfs))
\ No newline at end of file
--
1.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] initramfs: trivial fix following move to fs
2010-04-14 21:41 [Buildroot] [PATCH] initramfs: trivial fix following move to fs Will Wagner
@ 2010-04-15 11:53 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-04-15 11:53 UTC (permalink / raw)
To: buildroot
>>>>> "Will" == Will Wagner <will_wagner@carallon.com> writes:
Will> Signed-off-by: Will Wagner <will_wagner@carallon.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-15 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 21:41 [Buildroot] [PATCH] initramfs: trivial fix following move to fs Will Wagner
2010-04-15 11:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox