Skip to content
Snippets Groups Projects
Unverified Commit 1468bd8c authored by Luca Weiss's avatar Luca Weiss
Browse files

Fix minor issues

parent 6dc2e1ac
No related branches found
No related tags found
No related merge requests found
Pipeline #191491 failed
......@@ -7,7 +7,7 @@ pkgver=4.18
pkgrel=0
arch="aarch64"
pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
pkgdesc="Kernel close to mainline with extra patches for Allwinner devices"
url="https://kernel.org/"
depends=""
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
......@@ -15,7 +15,7 @@ options="!strip !check !tracedeps"
install=
_commit="5318d34abd2ec63dab67b83b7f139b26ba8adf07"
source="
linux-${_commit}.tar.gz::https://github.com/anarsoul/linux-2.6/archive/${_commit}.tar.gz
linux-${_commit}.tar.gz::https://github.com/anarsoul/linux-2.6/archive/${_commit}.tar.gz
config-${_flavor}.aarch64
"
......
......@@ -225,7 +225,6 @@ create_uboot_files()
if [ -n "${deviceinfo_dtb}" ]; then
kernelfile="${kernelfile}-dtb"
fi
mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 \
-n postmarketos -d $kernelfile "${outfile/initramfs-/uImage-}" || exit 1
}
......@@ -350,7 +349,6 @@ append_device_tree()
{
[ -n "${deviceinfo_dtb}" ] || return
dtb="/usr/share/dtb/${deviceinfo_dtb}.dtb"
echo "DTB: $dtb"
kernel="${outfile/initramfs-/vmlinuz-}"
echo "==> kernel: appending device-tree ${deviceinfo_dtb}"
if [ -e "$dtb" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment