mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi-16k: oldconfig to olddefconfig
This commit is contained in:
parent
8a3be9e66a
commit
fcf784e084
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ prepare() {
|
|||
echo "Applying custom shit to bcm2712_defconfig"
|
||||
make bcm2712_defconfig
|
||||
cat ../archarm.diffconfig >> .config
|
||||
make oldconfig
|
||||
make olddefconfig
|
||||
# bcm2712_defconfig inserts a value for CONFIG_LOCALVERSION= so set this to null
|
||||
sed '/^CONFIG_LOCALVERSION=/s,.*$,CONFIG_LOCALVERSION="",' .config >$startdir/newconfig.$_config
|
||||
echo "verify that newconfig.$_config is fit for purpose then redefine $_config"
|
||||
|
|
Loading…
Reference in a new issue