mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-rpi: oldconfig to olddefconfig
This commit is contained in:
parent
fcf784e084
commit
da70893aec
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ prepare() {
|
|||
echo "Applying custom shit to bcm2711_defconfig"
|
||||
make bcm2711_defconfig
|
||||
cat ../archarm.diffconfig >> .config
|
||||
make oldconfig
|
||||
make olddefconfig
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
# https://archlinuxarm.org/forum/viewtopic.php?f=23&t=16373
|
||||
scripts/config --enable CONFIG_BCM2835_THERMAL
|
||||
|
|
Loading…
Reference in a new issue