Projecte

General

Perfil

« Anterior | Següent » 

Revisió 88cb0f51

Afegit per Pau Escrich fa més de 11 anys

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

Visualitza les diferències:

scripts/copyregdb.script
#!/bin/sh
[ "$1" != "PRE_BUILD" ] && exit 0
shift
TARGET="$1"
[ -z "$TARGET" ] || [ ! -d "build/$TARGET" ] && exit 1
cp -f scripts/files/regdb.txt build/$TARGET/package/mac80211/files
TBUILD="$1"
[ -z "$TBUILD" ] || [ ! -d "build/$TBUILD" ] && exit 1
cp -f scripts/files/regdb.txt build/$TBUILD/package/mac80211/files

També disponible a: Unified diff