mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
672ae4cd9b
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ build() {
|
||||||
#Right now, just going to use the default config
|
#Right now, just going to use the default config
|
||||||
# cat "${srcdir}/config" > ./.config
|
# cat "${srcdir}/config" > ./.config
|
||||||
|
|
||||||
|
make odroidu2_ubuntu_defconfig
|
||||||
# set extraversion to pkgrel
|
# set extraversion to pkgrel
|
||||||
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
||||||
|
|
||||||
|
@ -76,7 +77,7 @@ build() {
|
||||||
#yes "" | make config
|
#yes "" | make config
|
||||||
|
|
||||||
# build!
|
# build!
|
||||||
make odroidu2_ubuntu_defconfig
|
|
||||||
make ${MAKEFLAGS} zImage modules
|
make ${MAKEFLAGS} zImage modules
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue