compat-wireless: run refresh only on last applied directory
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 May 2010 13:44:32 +0000 (15:44 +0200)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 29 May 2010 18:04:51 +0000 (11:04 -0700)
commitd7cfde5190f4f4801b9595b3b575075ef87309c1
treea09fda90e511ef30c0a8ab9e25002c9d8649cccf
parent687829e0e977e530b7e2fa891e1807a11809d585
compat-wireless: run refresh only on last applied directory

Running "./scripts/admin-refresh.sh -n -p -c refresh" failed because
patchRefresh refreshes and applies every patch form the series and
then  reverse them all. If a patch from the next series in an other
directory depends on that it will not apply any more.

Now only the last series/directory will be refresh.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/admin-update.sh