add linux-firmware to base

This commit is contained in:
Tobias Powalowski 2020-07-20 17:12:48 +02:00
parent 4e5829987f
commit e0392fd3c6

View file

@ -35,7 +35,7 @@ build ()
cd ${SVNTREE}
if ! [ "${LOCALSETUP}" = "yes" ]; then
# generate base
BASE="base linux"
BASE="base linux linux-firmware"
for i in $(expac -S '%D' base); do
BASE="$BASE $(echo $i)"
done