summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-06 17:16:17 +0200
committerGitHub <noreply@github.com>2024-05-06 17:16:17 +0200
commit6a8b976d49842fb51b01e96b9b23f4431575b9fc (patch)
treef39933179d860be1c4ebe2f9736c782b62022ae7 /packages
parent2da9d989d17e90d12a6d22222270729531721a5e (diff)
parent255bf960995ec072ba7b72fe2d926cfd986adc2f (diff)
downloadvyos-build-6a8b976d49842fb51b01e96b9b23f4431575b9fc.tar.gz
vyos-build-6a8b976d49842fb51b01e96b9b23f4431575b9fc.zip
Merge pull request #593 from c-po/flavor-backport
build: backport of new flavor build system
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/linux-kernel/build-linux-firmware.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/linux-kernel/build-linux-firmware.sh b/packages/linux-kernel/build-linux-firmware.sh
index 39cb243b..2b1fa7b7 100755
--- a/packages/linux-kernel/build-linux-firmware.sh
+++ b/packages/linux-kernel/build-linux-firmware.sh
@@ -1,9 +1,5 @@
#!/bin/bash
-# This script will use "list-required-firmware" to scan the kernel source repository
-# in combination with its configuration file which drivers are compiled. Some of those
-# drivers require proprietary firmware.
-#
# All selected drivers are then precomfiled "make drivers/foo/bar.i" and we grep for
# the magic word "UNIQUE_ID_firmware" which identifies firmware files.