aboutsummaryrefslogtreecommitdiff
path: root/repos/core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'repos/core/busybox')
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/.checksum0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/.files0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/0007-nologin-Install-applet-to-sbin-instead-of-usr-sbin.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/0016-ping-make-ping-work-without-root-privileges.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/abuild12
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/acpid.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/adduser-no-setgid.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/config0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/crond.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/fsck-resolve-uuid.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/install-fix-chown.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/lineedit-Handle-SIGWINCH-gracefully.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/lsusb-vendor-product.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/mdev.conf0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/modprobe-kernel-version.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/ntpd.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/print-unicode.patch0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/syslogd.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/tty1.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/tty2.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/tty3.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/tty4.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/tty5.run0
-rwxr-xr-x[-rw-r--r--]repos/core/busybox/ttyS0.run0
24 files changed, 4 insertions, 8 deletions
diff --git a/repos/core/busybox/.checksum b/repos/core/busybox/.checksum
index a2f8b01a..a2f8b01a 100644..100755
--- a/repos/core/busybox/.checksum
+++ b/repos/core/busybox/.checksum
diff --git a/repos/core/busybox/.files b/repos/core/busybox/.files
index a855702c..a855702c 100644..100755
--- a/repos/core/busybox/.files
+++ b/repos/core/busybox/.files
diff --git a/repos/core/busybox/0007-nologin-Install-applet-to-sbin-instead-of-usr-sbin.patch b/repos/core/busybox/0007-nologin-Install-applet-to-sbin-instead-of-usr-sbin.patch
index 5fbcacc0..5fbcacc0 100644..100755
--- a/repos/core/busybox/0007-nologin-Install-applet-to-sbin-instead-of-usr-sbin.patch
+++ b/repos/core/busybox/0007-nologin-Install-applet-to-sbin-instead-of-usr-sbin.patch
diff --git a/repos/core/busybox/0016-ping-make-ping-work-without-root-privileges.patch b/repos/core/busybox/0016-ping-make-ping-work-without-root-privileges.patch
index 661f0469..661f0469 100644..100755
--- a/repos/core/busybox/0016-ping-make-ping-work-without-root-privileges.patch
+++ b/repos/core/busybox/0016-ping-make-ping-work-without-root-privileges.patch
diff --git a/repos/core/busybox/abuild b/repos/core/busybox/abuild
index 53035738..3120d1b9 100644..100755
--- a/repos/core/busybox/abuild
+++ b/repos/core/busybox/abuild
@@ -37,20 +37,16 @@ sv="acpid.run
ttyS0.run"
build() {
- if [ "$BOOTSTRAP" ]; then
- _opt="ARCH=$CARCH CROSS_COMPILE=$CTARGET-"
- fi
-
cp $SRC/config .config
#make menuconfig
- make $_opt
- make $_opt CONFIG_PREFIX=$PKG install
+ make
+ make CONFIG_PREFIX=$PKG install
mkdir -p $PKG/usr/share/busybox
cat .config > $PKG/usr/share/busybox/config
BIN="$BIN xzcat xz unxz unlzma lzcat lzma" #xz
#BIN="$BIN zcat gunzip gzip" #gzip
- BIN="$BIN strings" #binutils
+ #BIN="$BIN strings" #binutils
BIN="$BIN clear reset" #ncurses
BIN="$BIN patch" #patch
BIN="$BIN bzcat bunzip2 bzip2" #bzip2
@@ -90,7 +86,7 @@ build() {
rm $PKG/usr/bin/diff
ln -s busybox $PKG/bin/diff
- ${CC:-gcc} ${CFLAGS} $SRC/pause.c -o $PKG/usr/bin/pause
+ clang ${CFLAGS} $SRC/pause.c -o $PKG/usr/bin/pause
install -d $PKG/usr/share/man/man1
install -m644 $SRC/pause.1 $PKG/usr/share/man/man1/pause.1
}
diff --git a/repos/core/busybox/acpid.run b/repos/core/busybox/acpid.run
index 000f312e..000f312e 100644..100755
--- a/repos/core/busybox/acpid.run
+++ b/repos/core/busybox/acpid.run
diff --git a/repos/core/busybox/adduser-no-setgid.patch b/repos/core/busybox/adduser-no-setgid.patch
index 613c2adb..613c2adb 100644..100755
--- a/repos/core/busybox/adduser-no-setgid.patch
+++ b/repos/core/busybox/adduser-no-setgid.patch
diff --git a/repos/core/busybox/config b/repos/core/busybox/config
index a84ac77d..a84ac77d 100644..100755
--- a/repos/core/busybox/config
+++ b/repos/core/busybox/config
diff --git a/repos/core/busybox/crond.run b/repos/core/busybox/crond.run
index aac79c16..aac79c16 100644..100755
--- a/repos/core/busybox/crond.run
+++ b/repos/core/busybox/crond.run
diff --git a/repos/core/busybox/fsck-resolve-uuid.patch b/repos/core/busybox/fsck-resolve-uuid.patch
index fd2503e7..fd2503e7 100644..100755
--- a/repos/core/busybox/fsck-resolve-uuid.patch
+++ b/repos/core/busybox/fsck-resolve-uuid.patch
diff --git a/repos/core/busybox/install-fix-chown.patch b/repos/core/busybox/install-fix-chown.patch
index 31ecd3c8..31ecd3c8 100644..100755
--- a/repos/core/busybox/install-fix-chown.patch
+++ b/repos/core/busybox/install-fix-chown.patch
diff --git a/repos/core/busybox/lineedit-Handle-SIGWINCH-gracefully.patch b/repos/core/busybox/lineedit-Handle-SIGWINCH-gracefully.patch
index 43f48b12..43f48b12 100644..100755
--- a/repos/core/busybox/lineedit-Handle-SIGWINCH-gracefully.patch
+++ b/repos/core/busybox/lineedit-Handle-SIGWINCH-gracefully.patch
diff --git a/repos/core/busybox/lsusb-vendor-product.patch b/repos/core/busybox/lsusb-vendor-product.patch
index 45747ae8..45747ae8 100644..100755
--- a/repos/core/busybox/lsusb-vendor-product.patch
+++ b/repos/core/busybox/lsusb-vendor-product.patch
diff --git a/repos/core/busybox/mdev.conf b/repos/core/busybox/mdev.conf
index 2ea01809..2ea01809 100644..100755
--- a/repos/core/busybox/mdev.conf
+++ b/repos/core/busybox/mdev.conf
diff --git a/repos/core/busybox/modprobe-kernel-version.patch b/repos/core/busybox/modprobe-kernel-version.patch
index 2d4274ad..2d4274ad 100644..100755
--- a/repos/core/busybox/modprobe-kernel-version.patch
+++ b/repos/core/busybox/modprobe-kernel-version.patch
diff --git a/repos/core/busybox/ntpd.run b/repos/core/busybox/ntpd.run
index 34d2ab20..34d2ab20 100644..100755
--- a/repos/core/busybox/ntpd.run
+++ b/repos/core/busybox/ntpd.run
diff --git a/repos/core/busybox/print-unicode.patch b/repos/core/busybox/print-unicode.patch
index 178fb938..178fb938 100644..100755
--- a/repos/core/busybox/print-unicode.patch
+++ b/repos/core/busybox/print-unicode.patch
diff --git a/repos/core/busybox/syslogd.run b/repos/core/busybox/syslogd.run
index 65a7b972..65a7b972 100644..100755
--- a/repos/core/busybox/syslogd.run
+++ b/repos/core/busybox/syslogd.run
diff --git a/repos/core/busybox/tty1.run b/repos/core/busybox/tty1.run
index 284385d5..284385d5 100644..100755
--- a/repos/core/busybox/tty1.run
+++ b/repos/core/busybox/tty1.run
diff --git a/repos/core/busybox/tty2.run b/repos/core/busybox/tty2.run
index 2e49f8db..2e49f8db 100644..100755
--- a/repos/core/busybox/tty2.run
+++ b/repos/core/busybox/tty2.run
diff --git a/repos/core/busybox/tty3.run b/repos/core/busybox/tty3.run
index ce2a32a0..ce2a32a0 100644..100755
--- a/repos/core/busybox/tty3.run
+++ b/repos/core/busybox/tty3.run
diff --git a/repos/core/busybox/tty4.run b/repos/core/busybox/tty4.run
index 65a9beb3..65a9beb3 100644..100755
--- a/repos/core/busybox/tty4.run
+++ b/repos/core/busybox/tty4.run
diff --git a/repos/core/busybox/tty5.run b/repos/core/busybox/tty5.run
index 7f91eb13..7f91eb13 100644..100755
--- a/repos/core/busybox/tty5.run
+++ b/repos/core/busybox/tty5.run
diff --git a/repos/core/busybox/ttyS0.run b/repos/core/busybox/ttyS0.run
index e4aadabe..e4aadabe 100644..100755
--- a/repos/core/busybox/ttyS0.run
+++ b/repos/core/busybox/ttyS0.run