Commit Graph

9 Commits

Author SHA1 Message Date
arvin.zhu 7612ab56f5 busybox: add modprobe blacklist.conf
add modprobe blacklist.conf

Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com>
2022-08-31 14:41:06 +08:00
Windsome Zeng d481977e4a Replace mdev with udev in init script and don't mount /proc twice. 2022-08-11 11:32:13 +08:00
Windsome Zeng 683fd1f360 Delete kmod related tools provided by busybox. 2022-08-10 10:23:04 +08:00
Windsome Zeng 478ae394ee Replace mdev with udev, add some script to make udev works correctly. 2022-08-09 15:08:13 +08:00
arvin.zhu 131425929b busybox:add the blacklist to modprobe
Add the blacklist to modprobe

Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com>
2022-08-02 11:26:38 +08:00
yanhong.wang a431584664 busybox:udhcpc: add udhcpc command to defconfig
Add udhcpc command to defconfig.

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-07-26 16:30:35 +08:00
Andy Hu bef7dccb79 busybox: add CONFIG_FEATURE_DD_SIGNAL_HANDLING to busybox config
CONFIG_FEATURE_DD_SIGNAL_HANDLING is a dd cmd advanced feature
that display a coreutiles-like third status line with:
transferred bytes, elapsed time and speed.

e.g. display the third status line
$ busybox dd if=/dev/zero of=/tmp/test  bs=4096 count=100
100+0 records in
100+0 records out
409600 bytes (400.0KB) copied, 0.001035 seconds, 377.4MB/s

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
2022-07-18 17:01:41 +08:00
yanhong.wang 11164bc778 busybox:udhcpc: remove udhcpc command from defconfig
Make dhcpcd command take the place of udhcpc command in busybox

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-06-27 16:35:20 +08:00
Huan.Feng 7b6fc358fa initial buildroot for linux 5.15 2021-12-06 14:12:13 +08:00