linux-samsung-i9100: Bump pkgrel and explain change (follow up from #738) (#741)

This commit is contained in:
Pablo Castellano 2017-10-11 17:21:01 +02:00 committed by Oliver Smith
parent 0d4689481f
commit e9dd7d65b3
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
# - enable devtmpfs (needed for udev -> touch support in weston)
# - change compression from CONFIG_KERNEL_LZMA=y to
# CONFIG_KERNEL_GZIP=y (so it works with busybox)
# - disable ANDROID_PARANOID_NETWORK (removes network restrictions)
_vendor=samsung
_flavor=samsung-i9100
@ -24,7 +25,7 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=$pkgver;;
esac
pkgrel=9
pkgrel=10
arch="armhf"
pkgdesc="Samsung Galaxy SII kernel from LineageOS"
url="https://github.com/LineageOS/android_kernel_samsung_smdk4412"