|
@@ -11,7 +11,7 @@ pkgname=linux-${postfix}
|
|
# The firmware the kernel produces blows: don't falsify this lightly
|
|
# The firmware the kernel produces blows: don't falsify this lightly
|
|
# "linux-firmware=20170309.695f2d6-1"
|
|
# "linux-firmware=20170309.695f2d6-1"
|
|
pkgrel=1
|
|
pkgrel=1
|
|
-pkgver=5.4.rc6.r17.gef6b3b99161d
|
|
|
|
|
|
+pkgver=5.5.r7779.g0ee004591348
|
|
pkgdesc="Kernel build from head"
|
|
pkgdesc="Kernel build from head"
|
|
arch=("x86_64" "aarch64" "armv7h")
|
|
arch=("x86_64" "aarch64" "armv7h")
|
|
license=("GPL2.1")
|
|
license=("GPL2.1")
|
|
@@ -91,8 +91,8 @@ if [ -n "${LOCAL_PI_VER}" ]; then
|
|
esac
|
|
esac
|
|
else
|
|
else
|
|
echo "Compiling for desktop"
|
|
echo "Compiling for desktop"
|
|
- #_xcompile_args="CC=clang HOSTCC=clang"
|
|
|
|
- _xcompile_args=""
|
|
|
|
|
|
+ _xcompile_args="CC=clang HOSTCC=clang"
|
|
|
|
+ #_xcompile_args=""
|
|
_config_file="${_kernel_src_dir}/configs/desktop"
|
|
_config_file="${_kernel_src_dir}/configs/desktop"
|
|
fi
|
|
fi
|
|
|
|
|