core/linux-rpi-16k: oldconfig to olddefconfig

This commit is contained in:
graysky 2024-06-20 15:21:45 -04:00
parent 8a3be9e66a
commit fcf784e084

View file

@ -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"