commit 3f9bf05ca7e9a2c5ab6bceb178b5ffaaacc80d0f parent f70a59dab52e2bb6dbdd20cda4d0e3fccbf6d650 Author: Jan Pobrislo <ccx@te2000.cz> Date: Fri, 10 Oct 2025 15:09:24 +0000 busybox applet naming Diffstat:
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/templates/pkg/busybox:modutils b/templates/pkg/busybox:modutils @@ -32,7 +32,7 @@ make V=1 CROSS_COMPILE={{triplet}}- LDFLAGS=-static HOSTLDFLAGS=-static \ mkdir -p "${dest}/command" for exe in depmod insmod lsmod modinfo modprobe rmmod; do - mv -v $exe "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" check_static command/$exe printf './command/%s\t./command/%s\n' "$exe" "$exe" \ >>"${dest}/.install-links.new" diff --git a/variants/ccx-x86_64/busybox:modutils b/variants/ccx-x86_64/busybox:modutils @@ -45,7 +45,7 @@ check_static() { mkdir -p "${dest}/command" for exe in depmod insmod lsmod modinfo modprobe rmmod; do - mv -v $exe "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" check_static command/$exe printf './command/%s\t./command/%s\n' "$exe" "$exe" \ >>"${dest}/.install-links.new" diff --git a/variants/ccx-x86_64/kernel.environment b/variants/ccx-x86_64/kernel.environment @@ -1,3 +1,3 @@ #!/usr/bin/env pthbs-build #+linux.e80cbb0096f9264f14472f7da979ea1606969974efcaf3a3dfc3aac555556dc0 -#+busybox.fcbd09d501d8fbe44a9ebe044abc31d0c3e1724440fd625aa0e6043326883b70- \ No newline at end of file +#+busybox.e8831079f22839b6699231c700320f2f6ab2e6c25ad7b71b93b5f193c933efd8+ \ No newline at end of file diff --git a/variants/root-x86_64/busybox:modutils b/variants/root-x86_64/busybox:modutils @@ -45,7 +45,7 @@ check_static() { mkdir -p "${dest}/command" for exe in depmod insmod lsmod modinfo modprobe rmmod; do - mv -v $exe "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" check_static command/$exe printf './command/%s\t./command/%s\n' "$exe" "$exe" \ >>"${dest}/.install-links.new" diff --git a/variants/root-x86_64/kernel.environment b/variants/root-x86_64/kernel.environment @@ -1,3 +1,3 @@ #!/usr/bin/env pthbs-build #+linux.91b88f19e87347c2337c06eadfd19e044d5c60031daa78a96ca76bd1f8c66c80 -#+busybox.0ea1586bd3806650cb61d07b8602d2722d29952f7042bb9006e28f1a346a1339- \ No newline at end of file +#+busybox.f72ade6c563ac3967d6a3f694d296805a25ab8b035eaecfd42c099febce0f8e4+ \ No newline at end of file