Projecte

General

Perfil

Baixar (191 Bytes) Estadístiques
| Branca: | Etiqueta: | Revisió:
#!/bin/sh
[ "$1" != "PRE_BUILD" ] && exit 0
shift
TBUILD="$1"
[ -z "$TBUILD" ] || [ ! -d "build/$TBUILD" ] && exit 1
sed -i -e "s|@BROKEN||" build/$TBUILD/feeds/openwrt_routing/bmx6/Makefile
(3-3/7)