diff options
-rwxr-xr-x | make-boot-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-boot-image.sh b/make-boot-image.sh index 81cae09..1be67d7 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -262,7 +262,7 @@ while more_work and i < passes: # Build all available net/ethernet drivers if True in [ ('drivers/net/ethernet' in node.filename) for node in sym.nodes ]: - if 1 in sym.assignable: + if 1 in sym.assignable: more_work = sset(sym, 1) or more_work else: more_work = sset(sym) or more_work |