Projecte

General

Perfil

Baixar (199 Bytes) Estadístiques
| Branca: | Etiqueta: | Revisió:
#!/bin/sh
[ "$1" != "PRE_BUILD" ] && exit 0
shift
TBUILD="$1"

[ -z "$TBUILD" ] || [ ! -d "build/$TBUILD" ] && exit 1
patch -p0 -d build/$TBUILD/ < scripts/files/luci_wifi_join.htm.patch > /dev/null
(6-6/7)