diff --git a/buildscript b/buildscript index 3ba36a6..1d527c6 100755 --- a/buildscript +++ b/buildscript @@ -125,6 +125,7 @@ get_source() { patch_target() { if [ "$(find "$PWD"/build_patches/openwrt/*.patch 2> /dev/null | wc -l)" -ge 1 ]; then for patch in "$PWD"/build_patches/openwrt/*.patch; do + echo "Applying $patch:" patch --no-backup-if-mismatch -p1 -d "$target" -i "$patch" done fi