root/scripts/copyregdb.script @ ee446b02
1209afe3 | p4u | #!/bin/sh
|
|
[ "$1" != "PRE_BUILD" ] && exit 0
|
|||
shift
|
|||
88cb0f51 | p4u | TBUILD="$1"
|
|
[ -z "$TBUILD" ] || [ ! -d "build/$TBUILD" ] && exit 1
|
|||
cp -f scripts/files/regdb.txt build/$TBUILD/package/mac80211/files
|
|||
57a3094a | Simó Albert i Beltran | patch -p0 -d build/$TBUILD/ < scripts/files/copyregdb_iwinfo_iwinfo_lib.c.patch > /dev/null
|