mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-odroid-xu3 to 3.10.102-2
This commit is contained in:
parent
ffb839db35
commit
3e3e6f0769
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ODROID-XU3"
|
_desc="ODROID-XU3"
|
||||||
pkgver=3.10.102
|
pkgver=3.10.102
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
bfqver=v7r8
|
bfqver=v7r8
|
||||||
|
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -106,6 +106,7 @@ _package() {
|
||||||
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
||||||
cp arch/$KARCH/boot/zImage "${pkgdir}/boot/zImage"
|
cp arch/$KARCH/boot/zImage "${pkgdir}/boot/zImage"
|
||||||
cp arch/$KARCH/boot/dts/*.dtb "${pkgdir}/boot/dtbs"
|
cp arch/$KARCH/boot/dts/*.dtb "${pkgdir}/boot/dtbs"
|
||||||
|
cp "${pkgdir}/boot/dtbs/exynos5422-odroidxu3.dtb" "${pkgdir}/boot/dtbs/exynos5422-odroidxu3-lite.dtb"
|
||||||
|
|
||||||
# set correct depmod command for install
|
# set correct depmod command for install
|
||||||
sed \
|
sed \
|
||||||
|
|
Loading…
Reference in a new issue