commit 5f1c585

chld  ·  2026-08-29 19:15:35 +0000 UTC
parent 4bf5510
busybox: serious linux uname
1 files changed,  +1, -0
+1, -0
1@@ -7,6 +7,7 @@ SOURCE="https://busybox.net/downloads/busybox-${VERSION}.tar.bz2"
2 build(){
3     sed -i 's/gcc/clang -static/g' Makefile
4     gmake PREFIX="$PREFIX" DESTDIR="$PKG" defconfig
5+    sed -i 's#GNU/Linux#Serious/Linux#g' `find . -name .config -type f`
6     gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static'
7     gmake PREFIX="$PREFIX" DESTDIR="$PKG" install
8 }