Commit graph

247 commits

Author SHA1 Message Date
heitbaum
9bb5a09af7 busybox: update to 1.36.0
Includes seedrng:
- https://www.mail-archive.com/busybox@busybox.net/msg28256.html

news:
- https://www.busybox.net/news.html

ann:
- http://lists.busybox.net/pipermail/busybox-cvs/2023-January/041367.html
2023-03-14 13:04:21 +00:00
bugsyb
2be11132ab PBR - Policy Based Routing config dir added as /storage/.config/iproute2 - to allow configuration 2022-09-12 01:19:24 +02:00
Ian Leonard
5db34cb1fb busybox: drop host package
busybox:host installs two binaries into $TOOLCHAIN:

arch - the same as "uname -m"
cryptpw - generates password hashes - replaced with python

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-12 00:15:41 +00:00
CvH
e587720225
Merge pull request #5098 from antonlacon/busybox-minors
Busybox minors
2021-08-11 13:02:04 +02:00
heitbaum
cf8ba7c8cb busybox: unzip: enable CDF to handle unix permissions 2021-02-18 12:16:10 +00:00
Ian Leonard
d4808e65cc busybox-init: drop pivot_root
From the help, pivot_root is intended for use with initrd on Linux 2.4.
Initramfs and Linux >=2.6 is supposed to use switch_root instead.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-02-05 07:20:23 +00:00
Ian Leonard
b58ae35683 busybox: refresh configs
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-02-05 07:19:18 +00:00
CvH
54a2f66da6 busybox: switch to busybox unzip 2020-12-19 11:13:25 +01:00
heitbaum
0c0f29df35 busybox: updated to 1.32.0 2020-11-26 06:14:38 +00:00
Michael Klein
3b614b31bf packages: busybox: enable rfkill applet 2020-11-13 19:05:33 +01:00
Ian Leonard
50771db2ae Revert "busybox: init: remove usleep"
usleep is used by init's functions to create quarter and half second
progress reports. Not worth diving into for what was a 1.2kb savings.

This reverts commit 9e055544be.
2020-06-29 05:04:08 +00:00
Ian Leonard
9e055544be busybox: init: remove usleep
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-26 21:53:04 +00:00
Ian Leonard
1aa1ac31b1 busybox: remove webserver
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-26 19:50:15 +00:00
MilhouseVH
e1904c6bd4 busybox: enable tac 2020-04-15 07:17:21 +01:00
MilhouseVH
d1775f8fe0 TEMP: busybox: update to busybox-9e2a566 with glibc-2.31 compatability 2020-02-05 23:29:07 +00:00
queeup
48c425f8b9 busybox: allow bigger shell history size 2019-11-12 12:14:46 +03:00
MilhouseVH
c70e2d1a58 busybox: disable mkfs.vfat for target, use full-fat dosfstools 2019-09-23 04:47:44 +01:00
Matthias Reichl
a6ef4e5c59 busybox: enable setfont
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-08-23 12:55:15 +02:00
Leonardo Brondani Schenkel
803b5304ba busybox: add 'xpad' to SUSPEND_MODULES
In some systems, xpad times out during suspend:

[ 4470.773651] xpad 2-1.5:1.6: timed out waiting for output URB to complete, killing
[ 4475.892774] xpad 2-1.5:1.4: timed out waiting for output URB to complete, killing
[ 4481.011717] xpad 2-1.5:1.2: timed out waiting for output URB to complete, killing
[ 4486.130707] xpad 2-1.5:1.0: timed out waiting for output URB to complete, killing
[ 4486.288630] PM: suspend devices took 20.880 seconds

This causes suspend to take a long time to complete. Unloading/reloading
the module during suspend/wakeup successfully works around this issue.
2019-08-03 16:49:06 +02:00
MilhouseVH
6d2187c013 busybox: update to busybox-1.31.0 2019-06-12 03:53:14 +01:00
MilhouseVH
7693bcdac5 procps-ng: free from busybox doesn't match top 2019-06-10 21:44:02 +01:00
MilhouseVH
b7dc90552a busybox: update to busybox-1.30.0 2018-12-30 19:00:08 +00:00
Matthias Reichl
74bcd5d36e busybox: enable dmesg and less in init
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-11-20 10:33:17 +01:00
MilhouseVH
8dd0df6784 busybox: drop NFS support for linux < 2.6.23 2018-09-21 17:06:40 +01:00
MilhouseVH
5cc2805308 busybox: update configs 2018-08-14 00:50:22 +01:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
b753a3a31d
busybox: build against libtirpc instead of obsolete glibc-rpc 2018-07-05 07:36:10 +02:00
MilhouseVH
6d6f9daacb busybox: update init config for 1.28.1 2018-03-01 11:19:27 +00:00
Adam Green
9d4a55d566
busybox: bump package to v1.28.1 2018-02-16 15:02:37 +00:00
kszaq
e6b4fa074b fstrim: disable in Busybox, enable in util-linux
fstrim from util-linux gives more options, e.g. -a to trim all drives,
we also don't need fstrim in initramfs.

Thanks to koenkooi for the idea.
2018-01-05 18:44:33 +01:00
Lukas Rusak
54698ed9b2
busybox: enable brctl 2018-01-01 11:41:25 -08:00
Lukas Rusak
712ce0b82e busybox: allow changing root password 2017-12-01 20:06:40 +00:00
Lukas Rusak
280c3e53d5
busybox: update to 1.27.1 2017-08-02 14:48:23 -07:00
Lukas Rusak
c9a5cdefc3
busybox: use cttyhack 2017-07-07 13:37:11 -07:00
MilhouseVH
933d12da97 busybox: restore missing applets after last bump 2017-06-23 12:52:20 +01:00
Lukas Rusak
b1f2b80882
busybox: update to 1.26.2 2017-06-20 17:07:57 -07:00
Peter Vicman
35d9fe8de3 busybox: enabling CONFIG_FEATURE_USERNAME_COMPLETION in busybox-target.conf
fixes tilde (~) expand as described https://forum.libreelec.tv/thread-7874-post-47261.html
2017-04-28 18:07:43 +02:00
cvh
93ed6dd232 busybox: cleanup unused config 2017-04-09 17:11:01 +02:00
Ubuntu
a0de52dcf7 adding CONFIG_FEATURE_IP_RULE in busybox-target.conf 2017-03-21 07:58:49 +00:00
Jamie Coldhill
acc17e97f6 busybox: add hexdump for C2 RAM OClock script 2017-02-14 22:04:39 +08:00
Lukas Rusak
725ea4f977
busybox: use unified /usr 2016-12-04 13:23:45 -08:00
MilhouseVH
fb1ac439cf openssh: UsePrivilegeSeparation/StrictModes not needed 2016-10-16 14:44:03 +01:00
MilhouseVH
213b65931c init: make sure /storage permissions are correct 2016-10-06 22:09:53 +01:00
MilhouseVH
fdcf909dcf init: make sure /storage is owned by root 2016-09-10 00:56:25 +01:00
escalade
49ea4cb412 busybox: enable rpm2cpio applet 2016-08-30 13:01:36 +00:00
Lukas Rusak
32cb5e55cc busybox: update to 1.25.0 2016-07-25 10:04:58 -07:00
Lukas Rusak
16c9545319 busybox: use top from procps-ng 2016-04-22 12:38:10 -07:00
Stephan Raue
1a8f61d38d busybox: add '8812au' to SUSPEND_MODULES
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-28 23:21:53 -07:00
Peter Vicman
0a8df76e5e init: allow update also with .img.gz or .img besides to .tar
needs double space on storage partition for extracted .img file
KERNEL/SYSTEM files are copied directly from mounted partition to /flash
tested on imx6 project
size of initramfs/kernel increased by ~40kB
if downgrade with image without included .md5 files
user needs to create file .nocheck (there is no integrity
checks done in this case - can be unsafe)

### Checking for updates ###
Found new .tar archive. extracting...
Checking KERNEL.md5...
/storage/.update/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/SYSTEM: OK
Checking size: OK
### mount filesystem /flash/SYSTEM ... ###
### mount filesystem /storage/.update/SYSTEM ... ###
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6q-udoo.dtb ...
.................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050510 seconds, 692.9KB/s
System reboots now...

### Checking for updates ###
Found new .img.gz archive. extracting...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...

### Checking for updates ###
Found new .img file...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...
2016-03-18 12:08:03 +01:00
MilhouseVH
9c17ed5fc2 Rebranding: Follow up 2016-03-16 05:03:51 +00:00