Revisió 88cb0f51
Afegit per Pau Escrich fa més de 11 anys
scripts/README | ||
---|---|---|
#
|
||
# All files named *.script placed in this directory will be executed during compilation process.
|
||
# First parameter will be PRE_BUILD or POST_BUILD, so script can detect which is the current step and it can be executed or not.
|
||
# Second parameter will be the Target for the current compilation.
|
||
#
|
||
# Second parameter will be the build directory relative to build/ (ex. ar71xx)
|
||
# Third parameter will be the target name (ex. nsm5)
|
||
# See the existing scripts to better understand the idea of this recipes
|
També disponible a: Unified diff
Adapt the pre_build/post_build scripts to the new variable scheme (TARGET/TBUILD)
Add a new script to enable bmx6-quagga from bmx6 package (the current one is marked as BROKEN)
Update the script's README