Skip to content

Commit

Permalink
oops, s/>>/>/ in tp-link c50 bootloader script
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Feb 16, 2024
1 parent 7b2ca0b commit cbad62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/tplink_archer-c50-v6/prepare-flashable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ echo "prepend the bootloader to all built sysupgrades ..."
for upgrade in **/openwrt-*-squashfs-sysupgrade.bin; do
out="${upgrade%-sysupgrade.bin}-stockflashable.bin"
echo "+ $out"
cat bootloader.bin "$upgrade" >> "$out"
cat bootloader.bin "$upgrade" > "$out"
done

0 comments on commit cbad62f

Please sign in to comment.