⚲
Projecte
General
Perfil
Iniciar sessió
Inici
Projectes
Cerca
:
qmpfw: Quick Mesh Project legacy firmware generator (deprecated)
Tots els projectes
qmpfw: Quick Mesh Project legacy firmware generator (deprecated)
Resum
Activitat
Planificació
Assumptes
Temps invertit
Documents
Wiki
Fitxers
Repositori
HTTP
HTTPS
GIT
Baixar (277 Bytes)
Estadístiques
| Branca:
3.2
4.0
LEDE
anonymous
attitude_adjustment
bmx6_dev
branches
imagebuilder
kalimotxo
master
multiprofile
profiles
semtor
testing
trunk
| Etiqueta:
v3.0.1
v3.1
v3.2
v3.2-rc1
v3.2-rc2
v3.2-rc3
v3.2.1
| Revisió:
root
/
scripts
/
copyregdb.script
@ 0bbc22a4
Visualitzar
Historial
Anotar
#!/bin/sh
[
"
$1
"
!=
"PRE_BUILD"
]
&&
exit
0
shift
TBUILD
=
"
$1
"
[
-z
"
$TBUILD
"
]
||
[
!
-d
"build/
$TBUILD
"
]
&&
exit
1
cp
-f
scripts/files/regdb.txt build/
$TBUILD
/package/mac80211/files
patch
-p0
-d
build/
$TBUILD
/ < scripts/files/copyregdb_iwinfo_iwinfo_lib.c.patch
>
/dev/null
« Anterior
1
2
3
4
…
6
Següent »
(2-2/6)
S'està carregant...