代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/357352/3016152
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/357352/3016226
tests var1.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/217317/6290759
rtf tl-wn321g无线网卡for2.6.14移植详细步骤.rtf
1.进入无线网卡驱动目录
#cp Makefile.6 Makefile
2.修改Makefile:
NDDIR=/WirelessCard/busybox-1.2.1/_install/etc/sysconfig/network
MOD_CONF=/WirelessCard/busybox-1.2.1/_install/etc/modprobe.d/module-renames
## NDD
www.eeworm.com/read/209616/4957689
entries
/.cvsignore/1.1.1.1/Tue Apr 2 06:50:34 2002//
/autodocifier.pl/1.1.1.1/Tue Apr 2 06:50:34 2002//
/busybox.sgml/1.1.1.1/Tue Apr 2 06:50:34 2002//
/busybox_footer.pod/1.1.1.1/Tue Apr 2 06:50:34 2002
www.eeworm.com/read/374687/2749101
entries
/Config.in/1.3/Sun Dec 26 07:16:38 2004//
/Makefile.in/1.1/Sat Oct 9 01:05:20 2004//
/busybox.config/1.3/Sun Jan 9 08:01:03 2005//
/busybox.mk/1.8/Tue Jan 11 03:05:11 2005//
D
www.eeworm.com/read/250015/4443139
txt display.txt
This boot floppy is made with Busybox, uClibc, and the Linux kernel.
Hit RETURN to boot or enter boot parameters at the prompt below.
www.eeworm.com/read/250015/4443401
cp-does-not-copy-unreadable-file
touch foo
chmod a-r foo
set +e
busybox cp foo bar
set -e
test ! -f bar
www.eeworm.com/read/250015/4443407
cp-dir-existing-dir
mkdir bar
touch bar/baz
mkdir foo
busybox cp -R bar foo
test -f foo/bar/baz
www.eeworm.com/read/227259/4776637
txt display.txt
This boot floppy is made with Busybox, uClibc, and the Linux kernel.
Hit RETURN to boot or enter boot parameters at the prompt below.