make-firmware-image: remove non-free from FIRMWARE_COMPONENTS
See previous commit for rationale.
This commit is contained in:
parent
3d879d5e46
commit
6118a758fd
|
@ -33,8 +33,7 @@ case $CODENAME in
|
|||
GENERATE_DEP11=0
|
||||
;;
|
||||
*)
|
||||
# FIXME: drop non-free when we no longer need it
|
||||
export FIRMWARE_COMPONENTS="main non-free non-free-firmware"
|
||||
export FIRMWARE_COMPONENTS="main non-free-firmware"
|
||||
GENERATE_DEP11=1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue