mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 8c6e24e08035279e2e8ec0a6dd3a7ca047ced7ea
parent 3f9bf05ca7e9a2c5ab6bceb178b5ffaaacc80d0f
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Fri, 10 Oct 2025 15:12:58 +0000

busybox applet naming

Diffstat:
Mtemplates/pkg/busybox:modutils | 2+-
Mvariants/ccx-x86_64/busybox:modutils | 2+-
Mvariants/ccx-x86_64/kernel.environment | 4++--
Mvariants/root-x86_64/busybox:modutils | 2+-
Mvariants/root-x86_64/kernel.environment | 4++--
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 "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/${exe}" 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 "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/${exe}" 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.e8831079f22839b6699231c700320f2f6ab2e6c25ad7b71b93b5f193c933efd8- \ No newline at end of file +#+busybox.de5486e29cac2b2b433335ead1d649ba1849024efb246ed43647a5fc2f2b2775+ \ 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 "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/" + mv -v "busybox_$(printf '%s' $exe | tr '[a-z]' '[A-Z]')" "${dest}/command/${exe}" 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.f72ade6c563ac3967d6a3f694d296805a25ab8b035eaecfd42c099febce0f8e4- \ No newline at end of file +#+busybox.b1d582b5a3b292463f3f5697663febaee168dd46c1c1c3307c6081007a074e20+ \ No newline at end of file