|
@@ -6,7 +6,7 @@ options=('!strip')
|
|
|
# The firmware the kernel produces blows: don't falsify this lightly
|
|
|
# "linux-firmware=20170309.695f2d6-1"
|
|
|
pkgrel=1
|
|
|
-pkgver=5.11.rc4.21.g9da502e73e94
|
|
|
+pkgver=5.11.rc5.50.g2a5c41f21ebd
|
|
|
pkgdesc="Kernel build from head"
|
|
|
arch=("x86_64" "aarch64" "armv7h")
|
|
|
license=("GPL2.1")
|
|
@@ -28,8 +28,6 @@ if [ -z "${LOCAL_PI_VER}" ]; then
|
|
|
install=spudd.install
|
|
|
fi
|
|
|
|
|
|
-_make_cmd="make ${_xcompile_args}"
|
|
|
-
|
|
|
prepare() {
|
|
|
cp ${startdir}/_spudd.install ${startdir}/spudd.install
|
|
|
sed -i "s/spudd/${postfix}/g" ${startdir}/spudd.install
|
|
@@ -211,4 +209,4 @@ else
|
|
|
#_config_file="${_kernel_src_dir}/configs/desktop"
|
|
|
fi
|
|
|
|
|
|
-_make_cmd="eval time make VERBOSE=1 ${_xcompile_args}"
|
|
|
+_make_cmd="eval time make V=0 ${_xcompile_args}"
|