compat-drivers: run refresh for all patches
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 29 Nov 2012 15:24:40 +0000 (16:24 +0100)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 29 Nov 2012 21:20:58 +0000 (13:20 -0800)
commit73addfb55251222c09b0ae86da4f6bb4ce2ccd15
treebe0eb2f0597be930790da272273fc5d77d31fcf2
parentd0fe1b5358e0d5994d9d57247bb425de61b1405a
compat-drivers: run refresh for all patches

In the past refresh with quilt was just run for the last patch
directory being applied and not for all, because our script had
problems when patchRefresh() was called more then once in a single
admin-update.sh run. This was fixed in the last patch and now it is
safe to run it on all patches.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/admin-update.sh