mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
odroid-x needs a zImage not a uImage
This commit is contained in:
parent
7fbfd4cdf7
commit
45dd23b7d9
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ build() {
|
||||||
#yes "" | make config
|
#yes "" | make config
|
||||||
|
|
||||||
# build!
|
# build!
|
||||||
make ${MAKEFLAGS} uImage modules
|
make ${MAKEFLAGS} zImage modules
|
||||||
}
|
}
|
||||||
|
|
||||||
package_linux-odroidx() {
|
package_linux-odroidx() {
|
||||||
|
@ -100,7 +100,7 @@ package_linux-odroidx() {
|
||||||
|
|
||||||
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
|
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
|
||||||
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
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
|
# set correct depmod command for install
|
||||||
sed \
|
sed \
|
||||||
|
|
Loading…
Reference in a new issue