Module: xenomai-head Branch: master Commit: 0886b75af74654682794102d080dfd4a16da1244 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=0886b75af74654682794102d080dfd4a16da1244
Author: Philippe Gerum <[email protected]> Date: Tue Feb 1 16:21:05 2011 +0100 scripts/prepare-kernel.sh: set as default value for --linux --- scripts/prepare-kernel.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh index c9f0744..7bb9741 100755 --- a/scripts/prepare-kernel.sh +++ b/scripts/prepare-kernel.sh @@ -25,6 +25,8 @@ patch_kernelversion_filter="b" # "b": don't filter according to the architecture. patch_architecture_filter="b" +# Default path to kernel tree +linux_tree=. patch_copytempfile() { file="$1" _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
