make-firmware-image: remove non-free from FIRMWARE_COMPONENTS

See previous commit for rationale.
This commit is contained in:
Cyril Brulebois 2023-01-30 02:07:11 +01:00
parent 3d879d5e46
commit 6118a758fd
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ case $CODENAME in
GENERATE_DEP11=0 GENERATE_DEP11=0
;; ;;
*) *)
# FIXME: drop non-free when we no longer need it export FIRMWARE_COMPONENTS="main non-free-firmware"
export FIRMWARE_COMPONENTS="main non-free non-free-firmware"
GENERATE_DEP11=1 GENERATE_DEP11=1
;; ;;
esac esac