commit 3bdcd64d29 dropped a ';;' from the modinfo case statement and reverted part of 95a278be98 which removed an unneeded case. This removes the unneeded qla2xxx case again, and replaces the missing ;;. --- scripts/mk-images | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/scripts/mk-images b/scripts/mk-images index 1e32808..a30cf6a 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -310,15 +310,13 @@ makemoduletree() { ;; iwl3945) cp $KERNELROOT/lib/firmware/iwlwifi-3945* $MBD_DIR/firmware + ;; atmel) cp $KERNELROOT/lib/firmware/atmel_*.bin $MBD_DIR/firmware ;; zd1211rw) cp -r $KERNELROOT/lib/firmware/zd1211 $MBD_DIR/firmware ;; - qla2xxx) - cp $KERNELROOT/lib/firmware/ql* $MBD_DIR/firmware - ;; esac done -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list