mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
# cat "${srcdir}/config" > ./.config
|
||||
|
||||
make odroidu2_ubuntu_defconfig
|
||||
# set extraversion to pkgrel
|
||||
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
||||
|
||||
|
@ -76,7 +77,7 @@ build() {
|
|||
#yes "" | make config
|
||||
|
||||
# build!
|
||||
make odroidu2_ubuntu_defconfig
|
||||
|
||||
make ${MAKEFLAGS} zImage modules
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue