uboot-tools: migrate uboot-envtools to uboot-tools
authorScott Mercer <[email protected]>
Mon, 17 Mar 2025 03:50:33 +0000 (23:50 -0400)
committerDaniel Golle <[email protected]>
Sat, 22 Mar 2025 13:18:09 +0000 (13:18 +0000)
commit46e376c93514b63ca130075dc8b968c517f12ff7
tree0fec66e46676257ed620e46eb07ef4960606d03f
parent96cb1c88402aab9421f05679d7a3206d45df5835
uboot-tools: migrate uboot-envtools to uboot-tools

Generalize and merge uboot-envtools package into uboot-tools package.
Remove existing uboot-envtools package.

Signed-off-by: Scott Mercer <[email protected]>
70 files changed:
package/boot/uboot-envtools/Makefile [deleted file]
package/boot/uboot-envtools/files/apm821xx [deleted file]
package/boot/uboot-envtools/files/ath79 [deleted file]
package/boot/uboot-envtools/files/cns3xxx [deleted file]
package/boot/uboot-envtools/files/fw_defaults [deleted file]
package/boot/uboot-envtools/files/fw_loadenv [deleted file]
package/boot/uboot-envtools/files/fw_printsys [deleted file]
package/boot/uboot-envtools/files/fw_setsys [deleted file]
package/boot/uboot-envtools/files/imx_cortexa7 [deleted file]
package/boot/uboot-envtools/files/imx_cortexa9 [deleted file]
package/boot/uboot-envtools/files/ipq40xx [deleted file]
package/boot/uboot-envtools/files/ipq806x [deleted file]
package/boot/uboot-envtools/files/kirkwood [deleted file]
package/boot/uboot-envtools/files/lantiq [deleted file]
package/boot/uboot-envtools/files/layerscape [deleted file]
package/boot/uboot-envtools/files/mediatek_filogic [deleted file]
package/boot/uboot-envtools/files/mediatek_mt7622 [deleted file]
package/boot/uboot-envtools/files/mediatek_mt7623 [deleted file]
package/boot/uboot-envtools/files/mediatek_mt7629 [deleted file]
package/boot/uboot-envtools/files/mpc85xx [deleted file]
package/boot/uboot-envtools/files/mvebu [deleted file]
package/boot/uboot-envtools/files/mxs [deleted file]
package/boot/uboot-envtools/files/octeon [deleted file]
package/boot/uboot-envtools/files/oxnas [deleted file]
package/boot/uboot-envtools/files/pistachio [deleted file]
package/boot/uboot-envtools/files/qoriq [deleted file]
package/boot/uboot-envtools/files/qualcommax_ipq50xx [deleted file]
package/boot/uboot-envtools/files/qualcommax_ipq60xx [deleted file]
package/boot/uboot-envtools/files/qualcommax_ipq807x [deleted file]
package/boot/uboot-envtools/files/ramips [deleted file]
package/boot/uboot-envtools/files/realtek [deleted file]
package/boot/uboot-envtools/files/rockchip_armv8 [deleted file]
package/boot/uboot-envtools/files/uboot-envtools.sh [deleted file]
package/boot/uboot-envtools/patches/001-compile.patch [deleted file]
package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch [deleted file]
package/boot/uboot-tools/Makefile
package/boot/uboot-tools/patches/001-envtools-compile.patch [new file with mode: 0644]
package/boot/uboot-tools/patches/002-envtools-revert-tools-env-use-run-to-store-lockfile.patch [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/apm821xx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/ath79 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/cns3xxx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/fw_defaults [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/fw_loadenv [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/fw_printsys [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/fw_setsys [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/imx_cortexa7 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/imx_cortexa9 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/ipq40xx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/ipq806x [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/kirkwood [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/lantiq [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/layerscape [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mediatek_filogic [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mediatek_mt7622 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mediatek_mt7623 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mediatek_mt7629 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mpc85xx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mvebu [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/mxs [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/octeon [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/oxnas [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/pistachio [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/qoriq [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq60xx [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq807x [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/ramips [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/realtek [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/rockchip_armv8 [new file with mode: 0644]
package/boot/uboot-tools/uboot-envtools/files/uboot-envtools.sh [new file with mode: 0644]