Home
last modified time | relevance | path

Searched full:busybox (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/buildroot/dl/busybox/
HDbusybox-1.36.0.tar.bz2busybox-1.36.0/ busybox-1.36.0/AUTHORS busybox-1.36.0/init/ ...
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox.inc2BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It pr…
3 HOMEPAGE = "https://www.busybox.net"
4 BUGTRACKER = "https://bugs.busybox.net/"
8 # bzip2 applet in busybox is based on lightly-modified bzip2-1.0.4 source
26 FILES:${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www"
27 …onfdir}/syslog.conf* ${systemd_system_unitdir}/syslog.service ${sysconfdir}/default/busybox-syslog"
29 FILES:${PN}-udhcpd = "${sysconfdir}/init.d/busybox-udhcpd"
35 INITSCRIPT_NAME:${PN}-httpd = "busybox-httpd"
40 INITSCRIPT_NAME:${PN}-udhcpd = "busybox-udhcpd"
43 SYSTEMD_SERVICE:${PN}-syslog = "${@bb.utils.contains('SRC_URI', 'file://syslog.cfg', 'busybox-syslo…
[all …]
H A Dbusybox_1.35.0.bb1 require busybox.inc
3 SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://busybox-udhcpc-no_deconfig.patch \
7 file://busybox-cron \
8 file://busybox-httpd \
9 file://busybox-udhcpd \
16 file://busybox-syslog.default \
21 file://busybox-syslog.service.in \
22 file://busybox-klogd.service.in \
29 file://busybox-cross-menuconfig.patch \
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dwifi.sh1 #!/sbin/busybox sh
29 if busybox cat $chip_type_path | busybox grep RK903; then
35 if busybox cat $chip_type_path | busybox grep RK901; then
41 if busybox cat $chip_type_path | busybox grep BCM4330; then
47 if busybox cat $chip_type_path | busybox grep RTL8188CU; then
52 if busybox cat $chip_type_path | busybox grep RTL8188EU; then
57 if busybox cat $chip_type_path | busybox grep RT5370; then
62 if busybox cat $chip_type_path | busybox grep MT7601; then
67 busybox cp /system/etc/firmware/RT2870STA.dat /etc/firmware/
71 if busybox cat $chip_type_path | busybox grep RTL8723AU; then
[all …]
H A Dsdcard_test.sh17 capacity=`cat /proc/partitions | grep ${SDCARD} -w | busybox awk '{printf $3}'`
21 busybox mount | grep ${SDCARD_PATH} && exit 0
27 busybox mount ${p} ${MOUNTPOINT} || continue
30 busybox umount ${MOUNTPOINT}
H A Dusbhost_test.sh17 capacity=`cat /proc/partitions | grep ${USBHOST} -w | busybox awk '{printf $3}'`
21 busybox mount | grep ${USBHOST_PATH} && exit 0
27 busybox mount ${p} ${MOUNTPOINT} || continue
30 busybox umount ${MOUNTPOINT}
/OK3568_Linux_fs/buildroot/package/busybox/
H A DConfig.in2 bool "BusyBox"
8 http://busybox.net/
19 string "BusyBox configuration file to use?"
20 default "package/busybox/busybox.config"
22 Some people may wish to use their own modified BusyBox
26 Most people will just use the default BusyBox configuration
30 string "Additional BusyBox configuration fragment files"
33 that will be merged to the main BusyBox configuration file.
43 # This option is not an option of Busybox, it can be selected even
44 # if Busybox is not enabled.
[all …]
H A Dbusybox.mk3 # busybox
8 BUSYBOX_SITE = https://www.busybox.net/downloads
9 BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
12 BUSYBOX_CPE_ID_VENDOR = busybox
24 # Packages that provide commands that may also be busybox applets:
77 # support for NFS mounting with BusyBox
147 /bin/busybox f 4755 0 0 - - - - -
154 $(INSTALL) -D -m 0755 package/busybox/S10mdev \
158 $(INSTALL) -D -m 0644 package/busybox/mdev.conf \
217 $(INSTALL) -m 0755 -D package/busybox/udhcpc.script \
[all …]
H A Dbusybox.hash1 # From https://busybox.net/downloads/busybox-1.35.0.tar.bz2.sha256
2 sha256 542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5 busybox-1.36.0.tar.bz2
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/res/
H A Dudisktester.sh15 busybox sleep 1
21 busybox sleep 1
26 busybox mkdir -p /tmp/udisk
30 busybox mount -t vfat $udisk /tmp/udisk
34 busybox mount -t vfat $udiskp /tmp/udisk
38 #busybox sleep 3
56 capacity=`busybox df | busybox grep /tmp/udisk | busybox awk '{printf $2}'`
59 busybox umount /tmp/udisk
68 # busybox sleep 1
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Dmakefile-libbb-race.patch9 Index: busybox-1.24.1/Makefile
15 @@ -738,9 +738,18 @@ $(sort $(busybox-all)): $(busybox-dirs) ;
18 PHONY += $(busybox-dirs)
19 -$(busybox-dirs): prepare scripts
21 +libbb-dir = $(filter libbb,$(busybox-dirs))
22 +busybox-dirs1 = $(filter-out libbb,$(busybox-dirs))
24 +$(busybox-dirs1): prepare scripts
28 +$(libbb-dir): | $(busybox-dirs1)
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch9 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2018-November/086835.html]
27 -busybox wget -q -O index.html -P foo http://www.google.com/
28 +busybox wget -q -O index.html -P foo http://www.example.org/
37 -busybox wget http://www.google.com
38 +busybox wget http://www.example.org
46 -busybox wget -q -O foo http://www.google.com/
47 +busybox wget -q -O foo http://www.example.org/
57 -busybox wget -q -P foo http://www.google.com/
58 +busybox wget -q -P foo http://www.example.org/
H A D0001-du-l-works-fix-to-use-145-instead-of-144.patch10 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2018-November/086836.html]
25 -test x"`busybox du -l .`" = x"144 ." \
26 +test x"`busybox du -l .`" = x"145 ." \
27 -o x"`busybox du -l .`" = x"146 ." \
28 -o x"`busybox du -l .`" = x"148 ." \
29 -o x"`busybox du -l .`" = x"152 ." \
H A Dbusybox-udhcpc-no_deconfig.patch4 Subject: [PATCH] busybox-udhcpc-no_deconfig.patch
14 Updated to latest Busybox 1.17.3
18 Updated to Busybox 1.18.4
23 Updated to Busybox 1.19.3
34 Index: busybox-1.34.0/networking/udhcp/dhcpc.c
36 --- busybox-1.34.0.orig/networking/udhcp/dhcpc.c
37 +++ busybox-1.34.0/networking/udhcp/dhcpc.c
H A Dfail_on_no_media.patch4 Subject: [PATCH] busybox: fail on no media
7 [https://www.mail-archive.com/busybox@busybox.net/msg22354.html]
9 The current behaviour of busybox is to try all fstype when automounting
11 media exists, so change the behaviour of busybox to do the same.
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dconfigure-other-components.txt10 BusyBox::
12 If you already have a BusyBox configuration file, you can directly
15 default BusyBox configuration file.
18 busybox-menuconfig+ to open the BusyBox configuration editor.
20 It is also possible to specify a BusyBox configuration file through an
26 Configuration of uClibc is done in the same way as for BusyBox. The
H A Dconfigure.txt247 * In the *Target packages* menu, disable *BusyBox*
345 is a program part of BusyBox that the kernel will call every time a
358 http://git.busybox.net/busybox/tree/docs/mdev.txt.
390 * The first solution is *BusyBox*. Amongst many programs, BusyBox has
393 ensure BusyBox will build and install its +init+ program. This is
394 the default solution in Buildroot. The BusyBox +init+ program will
397 http://git.busybox.net/busybox/tree/examples/inittab (note that
398 BusyBox +inittab+ syntax is special: do not use a random +inittab+
399 documentation from the Internet to learn about BusyBox
412 one from BusyBox). The default +inittab+ installed with this init
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dinit-manager-mdev-busybox.inc1 # enable mdev/busybox for init
3 VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev"
4 VIRTUAL-RUNTIME_init_manager ??= "busybox"
7 VIRTUAL-RUNTIME_login_manager ??= "busybox"
H A Ddefault-providers.inc17 PREFERRED_PROVIDER_virtual/base-utils ?= "busybox"
29 VIRTUAL-RUNTIME_base-utils ?= "busybox"
30 VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"
31 VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog"
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_docker_compose.py39 self.assertRunOk('docker run --rm -p 8888:8888 busybox:latest /bin/true', 120)
46 self.assertRunOk('wget -O /tmp/busybox http://127.0.0.1/busybox', 120)
47 self.assertRunOk('cmp /bin/busybox /tmp/busybox', 120)
/OK3568_Linux_fs/yocto/meta-clang/recipes-core/busybox/busybox/
H A D0001-apply-const-trick-to-ptr_to_globals.patch10 [ 452.428349] less[270]: unhandled signal 11 code 0x1 at 0x000000000000000c in busybox.nosuid[2ab7…
25 [1] https://git.busybox.net/busybox/commit/?id=1f925038a
27 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2022-January/089413.html]
/OK3568_Linux_fs/buildroot/package/openrc/
H A D0001-init.d-sysctl.in-add-support-for-busybox-sysctl.patch4 Subject: [PATCH] init.d/sysctl.in: add support for busybox sysctl
9 Busybox version of sysctl does not support --system argument,
11 to recognize busybox sysctl and execute proper function based
55 + # busybox version of sysctl does not recognize -h option
/OK3568_Linux_fs/buildroot/configs/rockchip/base/
H A Dtiny.config3 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
4 BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/rockchip/common/tinyrootfs/busybox.fragment"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.service.in3 Wants=busybox-klogd.service
6 EnvironmentFile=-/etc/default/busybox-syslog
12 Also=busybox-klogd.service
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/eventreplay/
H A D__init__.py63 self.assertEqual(packages, ['base-files', 'base-passwd', 'busybox',
64 'busybox-hwclock', 'busybox-syslog',
65 'busybox-udhcpc', 'eudev', 'glibc',

12345678910>>...13