This commit is contained in:
parent
20f0418934
commit
1f942ba22a
@ -12,6 +12,7 @@
|
|||||||
# - enable devtmpfs (needed for udev -> touch support in weston)
|
# - enable devtmpfs (needed for udev -> touch support in weston)
|
||||||
# - change compression from CONFIG_KERNEL_LZMA=y to
|
# - change compression from CONFIG_KERNEL_LZMA=y to
|
||||||
# CONFIG_KERNEL_GZIP=y (so it works with busybox)
|
# CONFIG_KERNEL_GZIP=y (so it works with busybox)
|
||||||
|
# - disable ANDROID_PARANOID_NETWORK (removes network restrictions)
|
||||||
|
|
||||||
_vendor=samsung
|
_vendor=samsung
|
||||||
_flavor=samsung-i9100
|
_flavor=samsung-i9100
|
||||||
@ -24,7 +25,7 @@ case $pkgver in
|
|||||||
*.*.*) _kernver=${pkgver%.*};;
|
*.*.*) _kernver=${pkgver%.*};;
|
||||||
*.*) _kernver=$pkgver;;
|
*.*) _kernver=$pkgver;;
|
||||||
esac
|
esac
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
pkgdesc="Samsung Galaxy SII kernel from LineageOS"
|
pkgdesc="Samsung Galaxy SII kernel from LineageOS"
|
||||||
url="https://github.com/LineageOS/android_kernel_samsung_smdk4412"
|
url="https://github.com/LineageOS/android_kernel_samsung_smdk4412"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user