plutosdr_fw_path/scripts/collect.sh

12 lines
259 B
Bash
Raw Normal View History

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