Merge branch 'master' into rx51_kernel4.12
This commit is contained in:
commit
626f3c891a
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ pkgdesc="Nokia N900"
|
|||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="linux-nokia-rx51 uboot-tools"
|
||||
depends="linux-nokia-rx51 uboot-tools linux-firmware"
|
||||
makedepends="uboot-tools"
|
||||
install=""
|
||||
subpackages=""
|
||||
|
|
|
@ -22,6 +22,7 @@ case $pkgver in
|
|||
*.*) _kernver=$pkgver;;
|
||||
esac
|
||||
pkgrel=1
|
||||
|
||||
arch="armhf"
|
||||
pkgdesc="Mainline Linux for the Nokia N900"
|
||||
url="https://github.com/pali/linux-n900"
|
||||
|
@ -110,7 +111,7 @@ package() {
|
|||
"$pkgdir/usr/share/kernel/$_flavor/kernel.release"
|
||||
|
||||
cd "$srcdir"/build
|
||||
make -j1 modules_install firmware_install \
|
||||
make -j1 modules_install \
|
||||
ARCH="$_carch" \
|
||||
INSTALL_MOD_PATH="$pkgdir" \
|
||||
|| return 1
|
||||
|
|
Loading…
Reference in a new issue