search for: e243e11

Displaying 1 result from an estimated 1 matches for "e243e11".

Did you mean: 243,11
2006 Apr 15
1
[PATCH] klibc: fix gen_initramfs_init.sh when using -d
..._file "$arg" "$#" + ;; + "-"*) unknown_option ;; - *) # input file/dir - process it - input_file "$arg" "$#" + *) process_file "$arg" "$#" ;; esac ;; diff --git a/usr/Kbuild b/usr/Kbuild index e243e11..c4f5be2 100644 --- a/usr/Kbuild +++ b/usr/Kbuild @@ -37,8 +37,9 @@ # Generate the initramfs cpio archive hostprogs-y := gen_init_cpio initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh -ramfs-input := $(if $(filter-out "",$(CONFIG_INITRAMFS_SOURCE)), \ -...