Displaying 1 result from an estimated 1 matches for "config_ramfs_source".
2006 Apr 15
1
[PATCH] klibc: fix gen_initramfs_init.sh when using -d
...plied the -d option.
Restructured gen_initramfs_list.sh to support dependency info with -d.
This also fixes a bug where we did not properly process
when more than one dir was specified.
Finally update dependency info for the -d case (list_default_initramfs)
In usr/Kbuild remove "" around CONFIG_RAMFS_SOURCE so the shell
recognize two directories as two arguments.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
Patch made on top of linux/kernel/git/hpa/linux-2.6-klibc.
Now I hope that this trivial thing is finally fixed...
Sam
diff --git a/scripts/gen_initramfs_list.sh b/scripts/gen_initr...