plutosdr_fw_path/scripts/apply.sh

12 lines
254 B
Bash
Raw Normal View History

2021-06-17 10:06:51 +00:00
cd plutosdr-fw
git apply ../patches/fw.diff
cd hdl
git apply ../../patches/hdl.diff
cd ../linux
git apply ../../patches/linux.diff
cd ../u-boot-xlnx
git apply ../../patches/u-boot-xlnx.diff
cd ../buildroot
git apply ../../patches/buildroot.diff
cd ../..