Searched refs:toybox (Results 1 – 11 of 11) sorted by relevance
7 http://landley.net/toybox/bin13 wget http://landley.net/toybox/bin/toybox-x86_6414 chmod +x toybox-x86_6415 ./toybox-x86_64 echo hello world17 --- Building toybox30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox34 variables that control the toybox build; if you set a value for any of38 toybox to run on the current machine. Cross compiling requires an appropriately53 For a more thorough description of the toybox build process, see54 http://landley.net/toybox/code.html#building[all …]
12 all: toybox18 toybox generated/unstripped/toybox: toybox_stuff target34 baseline: generated/unstripped/toybox35 @cp generated/unstripped/toybox generated/unstripped/toybox_old37 bloatcheck: toybox_old generated/unstripped/toybox38 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox59 rm -rf toybox generated change .singleconfig*
16 usage: toybox [--long | --help | --version | [command] [arguments...]]24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done26 Most toybox commands also understand the following arguments:29 --version Show toybox version (only)40 Support for the Set User ID bit, to install toybox suid root and drop45 chown root:root toybox; chmod +s toybox106 as "help command". --version shows toybox version.119 (free memory, close files, etc). To save size, toybox usually relies120 on this behavior. If you're running toybox under a debugger or121 without a real OS (ala newlib+libgloss), enable this to make toybox[all …]
16 toybox
46 cp toybox ${PREFIX}/${LONG_PATH} || exit 189 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i || EXIT=1
17 ./toybox netcat -f "$1"
11 [ -z "$OUTNAME" ] && OUTNAME=toybox
4 toybox infrastructure and provides templates for new commands.
23 checklist item for the 1.0 toybox release. This directory contains the only
1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
5596 #define TT this.toybox