mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-udoo-quad adding make mrproper to remove x86 binaries...
This commit is contained in:
parent
f6b448966b
commit
2b390457d4
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ build() {
|
|||
|
||||
cd "${srcdir}/${__gitname}"
|
||||
|
||||
#apparently, they forgot to make Mr. Proper the kernel source...
|
||||
make mrproper
|
||||
|
||||
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
||||
# remove this when a Kconfig knob is made available by upstream
|
||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
|
|
Loading…
Reference in a new issue