mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-mmp to 3.10.1-2
This commit is contained in:
parent
879037450d
commit
c82a814518
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ _srcname=mrvl-app-processor-kernel-dev-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell PXA168/MMP platforms"
|
||||
pkgver=3.10.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="https://github.com/lwpkthread/mrvl-app-processor-kernel-dev"
|
||||
license=('GPL2')
|
||||
|
@ -59,7 +59,7 @@ build() {
|
|||
#yes "" | make config
|
||||
|
||||
# build!
|
||||
make ${MAKEFLAGS} uImage modules
|
||||
make ${MAKEFLAGS} zImage modules
|
||||
}
|
||||
|
||||
_package() {
|
||||
|
@ -81,7 +81,7 @@ _package() {
|
|||
|
||||
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot/dtbs}
|
||||
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
||||
cp arch/$KARCH/boot/uImage "${pkgdir}/boot/uImage"
|
||||
cp arch/$KARCH/boot/zImage "${pkgdir}/boot/zImage"
|
||||
|
||||
# set correct depmod command for install
|
||||
sed \
|
||||
|
|
Loading…
Reference in a new issue