release 6.12.4 (preliminary)
This commit is contained in:
2
debian/bin/genpatch-pfkernel
vendored
2
debian/bin/genpatch-pfkernel
vendored
@@ -7,7 +7,7 @@ w=$(git rev-parse --path-format=absolute --show-toplevel) ; : "${w:?}" ; cd "$w"
|
||||
|
||||
dst='debian/patches/pf-tmp'
|
||||
src='../linux-extras'
|
||||
branches='amd-pstate amd-rapl cpu cpuidle crypto fixes ksm zstd'
|
||||
branches='amd-pstate amd-rapl cpuidle crypto fixes kbuild pksm xfs zstd'
|
||||
|
||||
if [ -d "${dst}" ] ; then rm -rf "${dst}" ; fi
|
||||
mkdir -p "${dst}"
|
||||
|
2
debian/bin/refine-configs
vendored
2
debian/bin/refine-configs
vendored
@@ -44,7 +44,7 @@ for c in ${configs} ; do
|
||||
|
||||
f="debian/build/$c"
|
||||
cp -f "$f" "${src_dir}/.config"
|
||||
env -C "${src_dir}" make "-j${nproc}" olddefconfig
|
||||
env -C "${src_dir}" make "-j${nproc}" oldconfig
|
||||
cp -f "${src_dir}/.config" "$f"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user