Searched full:busybox (Results 1 – 25 of 321) sorted by relevance
12345678910>>...13
busybox-1.36.0/ busybox-1.36.0/AUTHORS busybox-1.36.0/init/ ...
2 …BusyBox 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 source26 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 …]
1 require busybox.inc3 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 …]
1 #!/sbin/busybox sh29 if busybox cat $chip_type_path | busybox grep RK903; then35 if busybox cat $chip_type_path | busybox grep RK901; then41 if busybox cat $chip_type_path | busybox grep BCM4330; then47 if busybox cat $chip_type_path | busybox grep RTL8188CU; then52 if busybox cat $chip_type_path | busybox grep RTL8188EU; then57 if busybox cat $chip_type_path | busybox grep RT5370; then62 if busybox cat $chip_type_path | busybox grep MT7601; then67 busybox cp /system/etc/firmware/RT2870STA.dat /etc/firmware/71 if busybox cat $chip_type_path | busybox grep RTL8723AU; then[all …]
17 capacity=`cat /proc/partitions | grep ${SDCARD} -w | busybox awk '{printf $3}'`21 busybox mount | grep ${SDCARD_PATH} && exit 027 busybox mount ${p} ${MOUNTPOINT} || continue30 busybox umount ${MOUNTPOINT}
17 capacity=`cat /proc/partitions | grep ${USBHOST} -w | busybox awk '{printf $3}'`21 busybox mount | grep ${USBHOST_PATH} && exit 027 busybox mount ${p} ${MOUNTPOINT} || continue30 busybox umount ${MOUNTPOINT}
2 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 BusyBox26 Most people will just use the default BusyBox configuration30 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 even44 # if Busybox is not enabled.[all …]
3 # busybox8 BUSYBOX_SITE = https://www.busybox.net/downloads9 BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz212 BUSYBOX_CPE_ID_VENDOR = busybox24 # Packages that provide commands that may also be busybox applets:77 # support for NFS mounting with BusyBox147 /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 …]
1 # From https://busybox.net/downloads/busybox-1.35.0.tar.bz2.sha2562 sha256 542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5 busybox-1.36.0.tar.bz2
15 busybox sleep 121 busybox sleep 126 busybox mkdir -p /tmp/udisk30 busybox mount -t vfat $udisk /tmp/udisk34 busybox mount -t vfat $udiskp /tmp/udisk38 #busybox sleep 356 capacity=`busybox df | busybox grep /tmp/udisk | busybox awk '{printf $2}'`59 busybox umount /tmp/udisk68 # busybox sleep 1
9 Index: busybox-1.24.1/Makefile15 @@ -738,9 +738,18 @@ $(sort $(busybox-all)): $(busybox-dirs) ;18 PHONY += $(busybox-dirs)19 -$(busybox-dirs): prepare scripts21 +libbb-dir = $(filter libbb,$(busybox-dirs))22 +busybox-dirs1 = $(filter-out libbb,$(busybox-dirs))24 +$(busybox-dirs1): prepare scripts28 +$(libbb-dir): | $(busybox-dirs1)
9 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.com38 +busybox wget http://www.example.org46 -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/
10 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 ." \
4 Subject: [PATCH] busybox-udhcpc-no_deconfig.patch14 Updated to latest Busybox 1.17.318 Updated to Busybox 1.18.423 Updated to Busybox 1.19.334 Index: busybox-1.34.0/networking/udhcp/dhcpc.c36 --- busybox-1.34.0.orig/networking/udhcp/dhcpc.c37 +++ busybox-1.34.0/networking/udhcp/dhcpc.c
4 Subject: [PATCH] busybox: fail on no media7 [https://www.mail-archive.com/busybox@busybox.net/msg22354.html]9 The current behaviour of busybox is to try all fstype when automounting11 media exists, so change the behaviour of busybox to do the same.
10 BusyBox::12 If you already have a BusyBox configuration file, you can directly15 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 an26 Configuration of uClibc is done in the same way as for BusyBox. The
247 * In the *Target packages* menu, disable *BusyBox*345 is a program part of BusyBox that the kernel will call every time a358 http://git.busybox.net/busybox/tree/docs/mdev.txt.390 * The first solution is *BusyBox*. Amongst many programs, BusyBox has393 ensure BusyBox will build and install its +init+ program. This is394 the default solution in Buildroot. The BusyBox +init+ program will397 http://git.busybox.net/busybox/tree/examples/inittab (note that398 BusyBox +inittab+ syntax is special: do not use a random +inittab+399 documentation from the Internet to learn about BusyBox412 one from BusyBox). The default +inittab+ installed with this init[all …]
1 # enable mdev/busybox for init3 VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev"4 VIRTUAL-RUNTIME_init_manager ??= "busybox"7 VIRTUAL-RUNTIME_login_manager ??= "busybox"
17 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"
39 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)
10 [ 452.428349] less[270]: unhandled signal 11 code 0x1 at 0x000000000000000c in busybox.nosuid[2ab7…25 [1] https://git.busybox.net/busybox/commit/?id=1f925038a27 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2022-January/089413.html]
4 Subject: [PATCH] init.d/sysctl.in: add support for busybox sysctl9 Busybox version of sysctl does not support --system argument,11 to recognize busybox sysctl and execute proper function based55 + # busybox version of sysctl does not recognize -h option
3 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"4 BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/rockchip/common/tinyrootfs/busybox.fragment"
3 Wants=busybox-klogd.service6 EnvironmentFile=-/etc/default/busybox-syslog12 Also=busybox-klogd.service
63 self.assertEqual(packages, ['base-files', 'base-passwd', 'busybox',64 'busybox-hwclock', 'busybox-syslog',65 'busybox-udhcpc', 'eudev', 'glibc',