view config @ 408:5d8f87345656

Forgot to re-add the 2.6.25 version of the noperl patch.
author Rob Landley <rob@landley.net>
date Sat, 11 Oct 2008 00:27:54 -0500
parents 4e11cfb255e2
children dd3dd451f526
line wrap: on
line source

# Setup

# If this is set, mini-native won't include development tools, just uClibc
# and busybox.  (Set it to "headers" to include kernel headers if you'd like
# to add your own toolchain, such as tinycc.)

# export BUILD_SHORT=1

# If this is set, the build records the command lines run by each build into
# log files in the build directory, ala "build/cmdlines.$PACKAGENAME"

# export RECORD_COMMANDS=1

# If this is set, the cross-compiler stage is compiled with --static.

# export BUILD_STATIC=1

# If this is set, try downloading packages from this location first.

# export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror

# If this is set, the toybox utilities will take precedence over busybox ones.

# export USE_TOYBOX=1

# Try development versions of these packages

# export USE_UNSTABLE=uClibc,linux
export USE_UNSTABLE=uClibc