Commit b1c4c406 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Replaced Raspberry Pi 4 Model B patch with generic patch for all Raspberry...

Replaced Raspberry Pi 4 Model B patch with generic patch for all Raspberry devices and applied it to RPI3B
parent a9601107
......@@ -208,6 +208,7 @@ rpi3b-clfs:
mkswap swap
swapon swap
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-rpi.patch
$(MAKE) -C linux-5.4.51 defconfig
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.4.51/.config ; done'
......@@ -229,6 +230,7 @@ rpi3b:
mkswap swap
swapon swap
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-rpi.patch
cp -v /boot/config-5.4.51 linux-5.4.51/.config
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.4.51/.config ; done'
......@@ -255,7 +257,7 @@ rpi4b-clfs:
mkswap swap
swapon swap
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-rpi4b.patch
patch -Np1 -d linux-5.4.51 < linux-5.4.51-rpi.patch
$(MAKE) -C linux-5.4.51 bcm2711_defconfig
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/raspberry-pi-4-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-4-b/$$config >> linux-5.4.51/.config ; done'
......@@ -277,6 +279,7 @@ rpi4b:
mkswap swap
swapon swap
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-rpi.patch
cp -v /boot/config-5.4.51 linux-5.4.51/.config
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/raspberry-pi-4-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-4-b/$$config >> linux-5.4.51/.config ; done'
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment