Searched refs:busybox (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dbusybox.tests3 # Tests for busybox applet itself.
9 HELPDUMP=`busybox`
14 testing "busybox --help busybox" "busybox --help busybox" "$HELPDUMP\n\n" "" ""
16 ln -s `which busybox` busybox-suffix
17 for i in busybox ./busybox
[all...]
H A Druntest95 # Populate a directory with links to all busybox applets
98 implemented=$($bindir/busybox 2>&1 |
112 ln -s $bindir/busybox "$LINKSDIR"/$i
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile.custom5 busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
15 install: $(srctree)/applets/install.sh busybox busybox.links
22 @echo You will probably need to make your busybox binary
29 uninstall: busybox.links
30 rm -f $(CONFIG_PREFIX)/bin/busybox
31 for i in `cat busybox.links` ; do rm -f $(CONFIG_PREFIX)$$i; done
38 check test: busybox busybox
[all...]
H A DMakefile23 # turn into busybox), we will call a sub make in that other dir, and
416 # Build targets only - this includes busybox, arch specific targets, clean
429 # Objects we will link into busybox / subdirs we need to visit
494 # Defaults busybox but it is usually overridden in the arch makefile
495 all: busybox
514 export KBUILD_IMAGE ?= busybox
532 busybox-dirs := $(patsubst %/,%,$(filter %/, $(core-y) $(core-m) $(libs-y) $(libs-m)))
534 busybox-alldirs := $(sort $(busybox-dirs) $(patsubst %/,%,$(filter %/, \
543 # Build busybox
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dinstall.sh11 h=`sort busybox.links | uniq`
42 if [ "$cleanup" = "1" ] && [ -e "$prefix/bin/busybox" ]; then
43 inode=`ls -i "$prefix/bin/busybox" | awk '{print $1}'`
57 rm -f $prefix/bin/busybox || exit 1
59 install -m 755 busybox $prefix/bin/busybox || exit 1
65 bb_path="$prefix/bin/busybox"
69 bb_path="bin/busybox"
72 bb_path="busybox"
75 bb_path="../bin/busybox"
[all...]
H A Dapplets.c16 #include "busybox.h"
114 static const char config_file[] ALIGN1 = "/etc/busybox.conf";
241 * up when the busybox configuration is changed. */
312 * are used in some future version of busybox. */
499 static void install_links(const char *busybox, int use_symbolic_links) argument
503 * busybox.h::bb_install_loc_t, or else... */
526 rc = lf(busybox, fpc);
538 /* If we were called as "busybox..." */
558 "Usage: busybox [function] [arguments]...\n"
563 "\tlink to busybox fo
581 const char *busybox; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dbusybox.spec1 %define name busybox
15 URL: http://busybox.net/
16 Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
H A Ddevfsd.conf4 # adapted for busybox devfsd implementation by Tito <farmatito@tiscali.it>
28 # Supported by busybox when CONFIG_DEVFSD_MODLOAD is set.
29 # This actually doesn't work with busybox modutils but needs
66 # busybox
84 # Not supported by busybox
88 # Not supported by busybox
94 # Not supported by busybox
118 # Not supported by busybox
126 # Supported by busybox
128 INCLUDE /etc/devfs/busybox/
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dindividual3 # Compile individual versions of each busybox applet.
15 make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a}
90 # Iterate through every name in busybox.links
120 for APPLET in `sed 's .*/ ' busybox.links`
H A DMakefile.IMA9 default: busybox
131 busybox: $(usage_stuff)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/gpio/
H A DMakefile7 CFLAGS += -I. -I$(TOP)/shared -I$(TOP)/busybox -I$(SRCBASE)/include -I$(TOP)/libbcm -Wall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/
H A DMakefile474 obj-$(CONFIG_BUSYBOX) += busybox
645 rm -rf $(INSTALLDIR)/busybox
921 busybox-1.x/Config.h: dummy
922 cd busybox-1.x && rm -f Config.h && ln -sf include/autoconf.h Config.h && touch Config.h
924 cd busybox-1.x && cp configs/bbconfig-$(CONFIG_BUSYBOX_CONFIG)_$(PROFILE) .config && make clean
927 cd busybox-1.x && cp configs/bbconfig-$(CONFIG_BUSYBOX_CONFIG)_$(PROFILE) .config && make clean
929 cd busybox-1.x && cp configs/bbconfig-$(CONFIG_BUSYBOX_CONFIG) .config && make clean
933 busybox: busybox-1.x/Config.h
934 $(MAKE) -C busybox
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl193 autodocifier.pl - generate docs for busybox based on usage.h
203 cat docs/busybox_footer.pod ) > docs/busybox.pod
208 documentation for busybox using its usage.h as the original source
211 F<docs/busybox.pod>. This was tedious and error-prone, so it was
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A DMakefile32 CFLAGS += -I. -I$(TOP)/shared -I$(SRCBASE)/include -I$(SRCBASE)/common/include -Wall -I$(LINUXDIR)/include -I$(TOP)/busybox-1.x
34 CFLAGS += -I. -I$(TOP)/shared -I$(TOP)/busybox -I$(SRCBASE)/include -I$(SRCBASE)/common/include -Wall

Completed in 82 milliseconds